Quote:
Originally posted by bigben2k
I remember reading a few years ago about software development methods. Specifically, there are certain levels by which one can code stuff. The first is your basic sit-and-type. The second is more structured, where if you had to do it again, you might end up with similar code. The third, fourth and fifth are high level process-and-review procedures that continually improve themselves over time.
Now this might not seem relevant, but when you think about how the highest level of coding procedure is made up of 80% planning, and 20% actual coding, you know something is being done right.
|
That is very true and very familiar. lol I spent three years on a server/client project. By the time we finished it, there was a better and faster way to do it or a new technology to use. Every project that I take on, it's the same way. Designing a block is just the same. Always room for improvement somewhere.