|
|
|
|
|
by read_wharf
5162 days ago
|
|
They say that you should never re-write a project, but that's in the context of something deployed and operating. It sounds like you are not deployed. You've put a lot of time into the project so far, so you've learned a lot about the project and its domain. When you first started your project you didn't know as much as you do now. So consider using everything you've learned to date, and start over from scratch. Total re-design, total re-write. If you have trouble explaining the dependencies of your own project to other developers, that's a sign of ... something. If you can't break the project down into pieces for yourself to work on, that's a sign of ... something. |
|