Code Smells

Code smells can happen for different reasons: short deadlines, confusing code, s not well-cleared patterns and architecture and more. It is a team's responsibility to monitor this kind of problem.”Code smells” combined with no tests the application becomes a mess and hard to maintain and change.

Written by Lucas Rodrigues

Read More
Guest User
What are Design Patterns?

This short text aims to give a brief overview of Design Patterns. The theme is a common topic in Software Development discussions and is a part of the everyday life of any developer trying to build well-designed software. But what are Design Patterns?

Read More
Guest User
Cyclomatic Complexity

Cyclomatic complexity is an important indicator to measure the health of a project and to see how hard and how much time developers and testers are spending to solve a bug, to create new features, to test and to deploy without any issues.

Read More
Guest User
Technical Debt

Technical debt can destroy a whole project, usually it can snow ball, where it starts as small issue and easy to solve, but it’s so easy for it to be overlooked, causing the debt to grow it will be. You as developer, leader or even manager, should be tracking this indicator.

Read More
Guest User