Comments on: Bad Habits http://www.terminally-incoherent.com/blog/2011/09/26/bad-habits/ I will not fix your computer. Tue, 04 Aug 2020 22:34:33 +0000 hourly 1 https://wordpress.org/?v=4.7.26 By: Luke Maciak http://www.terminally-incoherent.com/blog/2011/09/26/bad-habits/#comment-20404 Mon, 26 Sep 2011 16:50:41 +0000 http://www.terminally-incoherent.com/blog/?p=10124#comment-20404

@ opi:

Ah, that makes sense. I just couldn’t resist plugging in a Metalocalypse joke in there. :)

Reply  |  Quote
]]>
By: opi http://www.terminally-incoherent.com/blog/2011/09/26/bad-habits/#comment-20403 Mon, 26 Sep 2011 16:04:36 +0000 http://www.terminally-incoherent.com/blog/?p=10124#comment-20403

re: Why bass?

I was under heavy influence of jazz/blues and ska. Think: Marcus Miller, Victor Wooten, Les Claypod, Stanley Clark, etc. I never intended to be a part of “classical rock band”.

Reply  |  Quote
]]>
By: opi http://www.terminally-incoherent.com/blog/2011/09/26/bad-habits/#comment-20402 Mon, 26 Sep 2011 15:59:55 +0000 http://www.terminally-incoherent.com/blog/?p=10124#comment-20402

You did a better job of retelling my story that I did on my original piece. :o

Reply  |  Quote
]]>
By: Luke Maciak http://www.terminally-incoherent.com/blog/2011/09/26/bad-habits/#comment-20401 Mon, 26 Sep 2011 15:25:45 +0000 http://www.terminally-incoherent.com/blog/?p=10124#comment-20401

@ astine:

Very true, you certainly can’t predict everything and over-engineering your code creates a lot of problems too. But there are certain things that can be done the right way, but a lot of time you end up half-assing them because you can get away with it. Stuff like field validation code, proper error handling, etc…

But yes, I am all for keeping the code base flexible and simple.

Reply  |  Quote
]]>
By: astine http://www.terminally-incoherent.com/blog/2011/09/26/bad-habits/#comment-20400 Mon, 26 Sep 2011 15:13:49 +0000 http://www.terminally-incoherent.com/blog/?p=10124#comment-20400

While doing something properly from the start is a fine goal, there’s something to be said for just shipping. It’s pretty rare that that you have all of the requirements from the get-go and your certainly can’t predict every problem that’s going to arise while your project is in production. It’s better to keep your code simple and your requirements fluid and address problems as they arise. If you have to change the UI and the users don’t like it? Well, like every Facebook user they’ll learn to deal with it.

Reply  |  Quote
]]>