25 Clean Code Tips
Hi guys, this time I want to share 25 clean code tips that can be helpful: Format your code Structure your solution well Use proper naming convention Use OOP Principles in your code Write short methods (20-30 lines) Removed unused and duplicate code Meaningful names Avoid returning NULL Keep class size small Don’t reinvent the […]