Live data from Hacker News

Untitled topic

news.ycombinator.com

1–3 of 3 posts

Re: undefined

#2
If it a user-driven project, I almost always do a UI layout (which looks amateurish because i suck at UI), then make a database scheme, then write 'glue' to go between the UI and the database, handling any random bits of gathering, massaging, and manipulation of data along the way.

If it's a machine driven project (eg a micro controller talking to another device or whatever) I usually will hardcore/hardwire almost everything and then slowly add support for inputs, interrupts, etc.