Results 1 to 10 of 12

Thread: How to deal with not finishing anything?

Threaded View

  1. #1
    npm's Avatar
    Joined
    Dec 2011
    Posts
    813
    Userbars
    15
    Thanks
    735
    Thanked
    564/219
    DL/UL
    84/3
    Mentioned
    109 times
    Time Online
    83d 21h 28m
    Avg. Time Online
    28m

    How to deal with not finishing anything?

    I have a big problem when it comes to programming, I'll try to explain the best I can:

    I start a program with really basic concepts like without GUI and reading data from files. The program works and all but then I realize I could instead of reading a file use a database, then I start from scratch to adapt the program to this, then I want it to have a GUI so again I start from scratch, then I find I can use a persistence API to avoid using queries for the database so from scratch again... and with the little free time I have and the fact that Im also doing other stuff I finish nothing and I've a bunch of good programs I want to release but never have the time to finish them :cry: 'cause I dont want to release something like my old programs which are really noob/bad .

    I would really appreciate some advices if you had faced the same problem.
    Thank you guys.
    Last edited by npm; 12-13-2017 at 06:00 PM.



    Code:
    404 Not Found.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •