OOP
Design Patterns
·6957 words·33 mins
This book gives you names and solutions for common problems in coding. It helps you talk about code with other programmers. It can help you make your code easier to reuse, fix, and change. But you can’t just use them everywhere. You need to know when to use them.
Misconceptions of Programming Paradigms
·1257 words·6 mins
As a developer, you might have come across the misconception that writing code without classes in a language that supports Object-Oriented Programming (OOP) automatically makes it functional. In reality, this code is more likely procedural.