I'm developing a backend API and some response parameters do not have a value (such as null on DB) and I'm struggling with the design whether to return it as null or empty to match the type.
Currently, it is not unified, so the caller decides and absorbs it, but which one is better suited to?
api
It's more of an opinion than an answer.
578 Understanding How to Configure Google API Key
918 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
621 Uncaught (inpromise) Error on Electron: An object could not be cloned
574 Who developed the "avformat-59.dll" that comes with FFmpeg?
573 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
© 2024 OneMinuteCode. All rights reserved.