Skip to main content

Programming

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.