| date: | 2006-08-31 17:54:30 |
|---|---|
| category: | Building Skills |
Once I learned C++, all my C programming became poor-man’s OO.
This code was somewhat wordy and contrived-looking when compared with more typical C programs. But there was no going back to ordinary procedural programming after learning OO programming.
Similarly, once I learned how to do solid OO analysis, that was the end of any other style of requirements discovery and documentation. Even if the project was explicitly never going to have an OO implementation, I still had to do OO analysis, no matter what. It leads to documents that are shorter and more to the point (when compared with other analysis documents), but people would still be confused by the business focus and lack of techno-mumbo-jumbo.
I’m forced to do all design work in the following contrived way:
All are down sides of learning better ways to work.