Hey I am on Medial • 2d
Actually I don't completely accept this may be the wrong example, until you have 1000 lines of code it should be fine but after it you will regret every decision you made before. This happens even if it is well planned but at least something was structured which you could be satisfied with.
Python Developer 💻 ... • 3m
Be conservative in what you send, be liberal in what you accept. – Postel’s Law in API Design It means: 👉 When sending responses, ensure the data is required, clean and structured. 👉 When accepting requests, be flexible—handle edge cases, and vali
See MoreDownload the medial app to read full posts, comements and news.