As I try my hand at some simple Javascript programming,
it strikes me how rather advanced object oriented programming has progressed in
terms of surpassing classical line by line forms of coding. While there is
undeniable simplicity in the original forms of entering commands one by one,
object oriented programming really has just made the entire experience far
easier. It may be slightly more cumbersome to learn and excel in, but after
having definite experience with the two, I would lean more towards object
oriented due to its flexibility. The ability to go back and change code without
breaking previous commands is far too useful to pass up, especially when you
can branch off it very easily in comparison to line by line.
No comments:
Post a Comment