|
|
|
|
|
by trias
2949 days ago
|
|
I agree. Using the class approach usually leads to complex class hierarchies and a lot of made up concepts for simple things which would be better solved if you could pass functions around easily (lambdas) and had generic data types (like javascript objects). But java does not have these easily available. I think the OPs problems are mainly coming from the culture/design of Java. |
|