Skip to main content
write code

We hope that the following tips will be useful to you and your development team, and will help you with the various coding tasks and keep the code as tidy as possible. Don't forget, the code must be maintainable, reusable and verifiable.

 

One practice that certainly helps make your code maintainable and verifiable is Test Driven Development (TDD) which we will detail later. 

 

read more
Subscribe to Code