Today JSON is widely used in different corners of software development. It’s used as data format, as configuration or even as in memory database. At…
Practical thinking on software engineering.
Today JSON is widely used in different corners of software development. It’s used as data format, as configuration or even as in memory database. At…
It’s going to be a short one, but powerful. Do you remember I wrote previously why getters/setters is a bad idea in JavaScript? I didn’t…