#design
Read more stories on Hashnode
Articles with this tag
In the previous blog post I gave my opinion about whether or not restrictions should be applied on the BDO (business domain object), the DAO (data...
When dealing with data you will be restricted by certain limitations regarding the type. For instance, when storing some string in a database as a...
In the previous blog post I showed you a way I developed to pass around form fields and let the communication flow from the parent to the child by...
Until recently I never had any practical experience with NoSQL, as I only ever worked with SQL databases. I knew the existence of the different types...
For some reason, most legacy codebases don't have a lot of tests, and if there are tests they often are end-to-end tests that don't clearly specify...
In most cases these issues can be ignored or tolerated, but for correct results you should use a precise type such as BigDecimal. In this blog post I...