Faking it until I make it [right]
I started reading Eloquent Javascript, which seems like a very well-written tutorial with a lot of programming fundamentals…. but I got frustrated with putting my project on hold. I think there’s something to be said for hacking some code and getting something out, and then taking time to refactor and do it right.
I now have a basic paginated quiz/survey with a non-functioning summary page. The code is horrible — I use inline onclick events and a body onload. Total hackery, but I’ll refactor it later into something beautiful; for now, my goal is to get the first phase of my project done as quickly as possible.
Leave a Reply