OOP vs Frameworks (DRY, Organisation, Readability)
- by benhowdle89
In terms of organisation, code-readability and DRY programming, which, between OOP and Frameworks shows more of these 3 attributes?
I'm aware that inline, procedural coding is viewed by many as a thing of the past, so which is the best route to take for these two?
Just to clarify what i mean by OOP and frameworks
From Wikipedia:
Object-oriented programming (OOP) is a programming paradigm
In computer programming, a software framework is an abstraction in which common code providing generic functionality can be selectively overridden or specialized by user code, thus providing specific functionality