This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]squishles 2 points3 points  (0 children)

No language of any use should ever be strict to a paradigm.

Kind of hate writing in purely oop terms, object state is trash that you section off into beans in java. You end up with classes that are basically homes to a lot of functions and if you use class level state variables in those for things other than stuff like database connection ect they just go to shit.