|
|
|
|
|
by codingdave
523 days ago
|
|
The trick is to stay simple. Don't write all kinds of features thinking other people will use it. Don't make it flexible, as least not to start. Hard-code everything so you can just get it done and get back to blogging. When you want to change something some day in the future, then make that bit dynamic. But break out of the habit of making a tool for everyone, and just stick to the MVP for your own immediate needs. |
|