Live data from Hacker News

Ask HN: How do you design your personal (toy) projects?

news.ycombinator.com

1–8 of 8 posts

Re: Ask HN: How do you design your personal (toy) projects?

#4
It really depends on the scope of the project. Simple projects I just hack through, which acts like a design process.

In 2004 I built a personal delicious clone, which I pretty much hacked together in a week. Overtime I added more and more features. Now, I'm contemplating rewriting it in a framework. It has grown past a weekend hack so now I'm mapping it out.

It's best to know how you work. For me its better to have a working prototype that I can tinker with, even if I know I'll rebuild it eventually.

Re: Ask HN: How do you design your personal (toy) projects?

#8
I usually start with some rough pencil drawings and a lot of thinking about the flow of the site, then hack out a prototype. Then I sit in front of it and stare, tweaking a thing at a time, until I'm happy with the result. Then I leave it there for a few hours or a day and stare some more. Whenever I have an idea that would substantially change the look, I usually sketch it again before implementing it.

The pencil and paper thing in my case works as a way to organize my thoughts and define what I'm actually going to do, rather than a formal design process. Usually I have an A4 sheet (or rather several) scribbled with ideas and sketches regarding a single project.