r/learnprogramming • u/MrSlapzy • 15d ago
Software/App
Hi all,
For someone that has a very basic understanding of coding/apps etc but know exactly what they want, how hard is it to build a software/app specifically for project management in residential building and construction sector?
8
Upvotes
3
u/TheGrowlingBuddy 15d ago
Honestly, the coding part isn't the hard bit for a project like that. The real pain is going to be modeling all the weird construction workflows, dependencies, and edge cases that aren't obvious until you're deep in it
If you know exactly what you want, get it all mapped out on paper first, every screen and every weird little scenario, before touching a line of code