Kernel Development

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Dreamsmith

Re:Kernel Development

Post by Dreamsmith »

Schol-R-LEA wrote:... I wrote it to be understandable rather than efficient.
Unless it's the inner loop of a time critical function, this is exactly how code ought to be written. Especially in the professional world. Code maintainability is a far greater concern than efficiency for about 95% of the code in any project. Optimizing more than the 5% of code that needs it is highly suboptimal, both in terms of the immediate use of your time, and the time of others down the road.
Schol-R-LEA wrote:Is there a Muse of programming, and if so, where the hell is She, and what can I do to get on Her good side?
Thalia, of course. ;D

Acutally, I find that each program has its own muse. Sometimes the real problem is not letting them interrupt each other. OTOH, if one is ignoring you, following another will sometimes make her jealous...
Post Reply