Audrey wrote:Slick470 wrote:JoeP wrote:I have found that engineers and naval artichokes are no longer required to learn how to draw properly. I have had to red line drawing's which were impossible to understand, with the wrong line weights and linetypes, poor spelling, poorly arranged views and more. For the money they are paying to go to school you would think a few drafting classes would be included.
We're having these same issues in the Architectural Engineering world. Back when I was in school, we had to take hand drafting courses prior to moving to CAD. Having to pre-layout a sheet of vellum prior to putting any pencils to it made for a well though out and coherent set of drawings.
Those learned lessons have carried through my career to today and I do my best to drill it into the young engineers who come to work for us. Unfortunately, some don't quite get it.
+2. The easier it is to go back and change a set of drawings, the less thought goes into their design up front. A well thought out foundation seems to be lost in the 'DO IT NOW!' world we live in. People throw absolute junk on paper and no one goes back through to check it.
For the most part, programmers no longer flowchart for mostly the same reasons. I'm sure there are projects so complicated that flowcharts are required, but I doubt they are as detailed as they once were (mostly before my time). The reason they were so necessary back in the 1950s was that machine time was scarce, and it was more important to prevent bugs. These days, a programmer can run a test with every three lines of code. I never flowcharted anything. Sometimes, I felt a task was complicated enough to plan in advance, and ended up with a couple of wiggly lines on a page.