(no subject)
Mar. 14th, 2003 01:42 pmMore and more I'm convinced that programming isn't about breaking down processes into their component parts/instructions and then implementing those instructions in a language understood by computers.
That, after all, is dead easy.
Programming is all about knowing the pitfalls inherent in any system, how to work around them, how to spot the errors quickly and what solutions fix them. It's about being an encyclopedeia of workarounds.
That, after all, is dead easy.
Programming is all about knowing the pitfalls inherent in any system, how to work around them, how to spot the errors quickly and what solutions fix them. It's about being an encyclopedeia of workarounds.
no subject
Date: 2003-03-14 08:19 am (UTC)And also the inter process commuincaiton - what to pass and when is pretty important.
It's hard to have a workaround for something you ahven't even designed yet. :-)
no subject
Date: 2003-03-14 07:05 pm (UTC)which would have been breaking down the process, etc... and lets face it, as you said, the bulk of the code, is dead easy, but the time consuming bit, is as you rightly point out where pitfalls exist, so Ithink add the two staements together, and we have coding..
but we cirtainly becomne "better" no, maybe not... we become more able the more work arounds we have been involved in, as we can apply them accross to other problems, thus faster at dealing with them..
no subject
Date: 2003-03-14 07:19 pm (UTC)