Coding without Grock. Is it wrong?

Posted by OldCurmudgeon on Stack Overflow See other posts from Stack Overflow or by OldCurmudgeon
Published on 2012-04-09T23:25:40Z Indexed on 2012/04/09 23:29 UTC
Read the original article Hit count: 313

Filed under:
|

Should a professional programmer allow themselves to write code without completely understanding the requirements?

In my 30+ years as a programmer I must have written many thousands of lines of code without completely understanding what is required of me at the time. In most cases the results were rubbish that should have been discarded.

Every other industry that employs professionals has systems to root out such behavior. Ours does not. Is this right?

© Stack Overflow or respective owner

Related posts about software-design

Related posts about grok

  • web2py or grok (zope) on a big portal,

    as seen on Stack Overflow - Search for 'Stack Overflow'
    Hi, I am planning to make some big project (1 000 000 users, approximately 500 request pre second - in hot time). For performance I'm going to use no relational dbms (each request could cost lot of instructions in relational dbms like mysql) - so i can't use DAL. My question is: how web2py is… >>> More

  • Is there a good book to grok C++?

    as seen on Programmers - Search for 'Programmers'
    This question got me thinking. I would say I am a pretty experienced C++ programmer. I use it a lot at work, I had some courses on it at the university, I can understand most C++ code I find out there without problems. Other languages you can pretty much learn by using them. But every time I use… >>> More

  • Is there a good book to grok C++?

    as seen on Programmers - Search for 'Programmers'
    This question got me thinking. I would say I am a pretty experienced C++ programmer. I use it a lot at work, I had some courses on it at the university, I can understand most C++ code I find out there without problems. Other languages you can pretty much learn by using them. But every time I use… >>> More

  • How do I grok NHibernate's QueryOver API?

    as seen on Programmers - Search for 'Programmers'
    I've run into the limits of what NHibernate 3.0's LINQ provider is capable of and decided it's time to learn about one of the more powerful (or at least feature-complete) options: the QueryOver API. The problem is, I have zero experience with ICriteria, and all of the tutorials I've been able to… >>> More

  • Repoze.bfg or Grok

    as seen on Stack Overflow - Search for 'Stack Overflow'
    Hello, I am about to take the head long plunge into Zope land and am wondering which framework would fit my needs better. I have some experience toying around with django and the primary reason I am switching to a zope-based framework is ZPT and also needing to occasionally do things with Plone… >>> More