|
|
|
|
|
by superpermutat0r
2271 days ago
|
|
I must agree. If one takes a set of low level practices (like those defined for Spartan programming or something your company likes) and copy pastes that kind of code, it's going to be easy and readable and refactorable. I have not used OOP or programming patterns or whatever for years and no one got hurt. In various code bases I never used inheritance (abstract classes) or method/dependency injection or whatever someone might ask me in an interview. The code I copied from elsewhere would just get adapted to the company (Spartan) style and that's it. |
|