How do I structure my first app build? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do I structure my first app build?

What is best practise for where to start when building an app?

3rd Oct 2019, 3:34 PM
Michael Hilkøb
Michael Hilkøb - avatar
2 Answers
+ 1
I would say that you want to go into it with a fairly good idea of what you want and or need to do. Using agile methods to plan out your app first is a great practice. In agile, you start with an epic. Epics are the highest level explanation of your solution. Epics are decomposed into Features and features into user stories. Each focused on the goal rather than the actual implementation so you don't have to draw up an exact schematic of how to make your solution. Azure DevOps (formerly visual studio online) is free and has an agile process for work items and back logs built in. If you map out your solution this way, then size the user stories, it becomes very easy to know where to start. Read up on agile or just make a list but definitely spend some time locking in your ideas before you start coding too much.
14th Nov 2019, 7:19 AM
Kail Galestorm
Kail Galestorm - avatar
0
thanks Kail, Will try this in Azure!
26th Nov 2019, 7:47 PM
Michael Hilkøb
Michael Hilkøb - avatar