|
|
|
|
|
by ogreveins
3693 days ago
|
|
Here's a priority list that you should typically follow for making anything. 1. Make it work. 2. Make it not break. 3. Make it fast. That's it really. Until the performance of something is blocking what you need to do somewhere else leave it the hell alone. |
|
1. Make it work.
2. Make it right.
3. Make it fast.