how to get started on developing my own project? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 1

how to get started on developing my own project?

i have an idea for c# program that im trying to create. so far ive written "specification" for it (purpose of the program, few user cases) - is it the right way to start a project? if so, what should I do next?

11th Jun 2017, 11:26 PM
Paweł Sowiński
2 Respuestas
+ 2
This will help you outline your project: https://www.khanacademy.org/computing/computer-programming/programming/good-practices/a/planning-a-programming-project Also, I personally use https://trello.com/ to keep track of my projects or write down any new ideas that come to my head that will improve it. If anyone has some other tips feel free to share, planning is a very important step.
11th Jun 2017, 11:30 PM
Tim
0
and what about starting to code a documented idea? should i design all classes first, or maybe design database for the project (the one i have in mind is a personal finance/budget manager)? when i think about it, it seems so complex project that i dont know where to begin PS i checked the trello site - it looks pretty helpful with task management and brainstorming ideas :)
15th Jun 2017, 12:26 AM
Paweł Sowiński