Quote:
Originally Posted by amykhar
Thanks, Zach. It works.
{slight diversion off topic now: }
You know, when I worked in software development, we would have been fussed at if we wrote code with documentation like 3.5 beta. I don't mean manuals, I mean comments in the code. The old code had no comments, but at least it made more sense. This new stuff needs comments. It's not intuitive enough to do without them.
I don't know. Maybe I'm spoiled because every manager I ever worked for made us write readable comments in the code so that any moron could pick up a file and understand what's going on.
Amy
|
Quote:
The old code had no comments, but at least it made more sense. This new stuff needs comments. It's not intuitive enough to do without them.
|
I agree 110%. The code changed drastically, and now if you need to do something you need to lookup items in five different places.