this post was submitted on 07 Mar 2024
786 points (95.1% liked)

Programmer Humor

31791 readers
39 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 39 points 5 months ago

As stupid as it sounds, you build small blocks and put them together.

In your case, build a console app, that (for example) creates basic sheets. Then you build a small text only interface to plug actual values into the file, then you can think about a GUI.

Many beginners (myself included) want to go from 1 to 100 immediately, but that's almost impossible. You tackle small problems first and then step by step go further.

You may have heard of startups building MVPs, minimum viable products. The basic core of what functionality you want to have. That's where you start.