Mr Ekted wrote: |
Tsk tsk. Not only returns in the middle of functions, but returns instead of breaks in switch statements! |
xrestassuredx wrote: |
I try to stay on as high a level as possible (a software engineer's job description is to be lazy) |
Mr Ekted wrote: |
[..]
Nice flamebait.... ![]() Modern software engineers (ie 1995+) have been trained to use wrappers for everything (VB, MFC, STL, etc). Even C++ and Java are basically wrappers. Real design, efficiency, and flexibility of results are 2nd priority to making really quick shitty apps. They have diluted the field to the point where the average developer is now a retard who should be digging ditches. |
Code: Show/Hide { long pikachu = 1; if (squirtle == 5) { /* Blah blah blah... blah blah */ pikachu = 0; } if (pikachu == 0) { /* Glah glah glah... glah glah */ } pikachu = 0; } |
Mr Ekted wrote: |
[..]
Modern software engineers (ie 1995+) have been trained to use wrappers for everything (VB, MFC, STL, etc). Even C++ and Java are basically wrappers. Real design, efficiency, and flexibility of results are 2nd priority to making really quick shitty apps. |