OOP vs Frameworks (DRY, Organisation, Readability)
Posted
by
benhowdle89
on Programmers
See other posts from Programmers
or by benhowdle89
Published on 2011-02-24T11:53:12Z
Indexed on
2011/02/24
15:32 UTC
Read the original article
Hit count: 293
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
© Programmers or respective owner