|
|
|
|
|
by logdahl
763 days ago
|
|
I can't say much about this code or your personal background, but my honest opinion is to take a step back and examine the principles. I used to be very bothered by abstractions, design patterns and structure. But I realized that when I worked with 'true' imperative code (forget classes for a while), keeping all code in the same file, the code started to structure itself. I am not saying this is the only way, but I feel like OOP can be a hinderance, as you get bogged down by alternatives. |
|