Author Topic: QB64 REPORT S02E03: Keeping track of projects  (Read 3103 times)

0 Members and 1 Guest are viewing this topic.

FellippeHeitor

  • Guest
QB64 REPORT S02E03: Keeping track of projects
« on: November 11, 2020, 09:18:12 pm »
In this episode, Luke and I talk about keeping track of projects. What about side projects? Do they just hold you back or is it worth it to carry on with them because of how fun they can be? What about versioning control? Is it too much for somebody writing code in BASIC?


Offline Ashish

  • Forum Resident
  • Posts: 630
  • Never Give Up!
    • View Profile
Re: QB64 REPORT S02E03: Keeping track of projects
« Reply #1 on: November 11, 2020, 11:21:13 pm »
  • Best Answer
  • Great Episode! I myself have many side projects uncompleted, and I used to keep on creating new projects. :P
    if (Me.success) {Me.improve()} else {Me.tryAgain()}


    My Projects - https://github.com/AshishKingdom?tab=repositories
    OpenGL tutorials - https://ashishkingdom.github.io/OpenGL-Tutorials

    Offline SMcNeill

    • QB64 Developer
    • Forum Resident
    • Posts: 3972
      • View Profile
      • Steve’s QB64 Archive Forum
    Re: QB64 REPORT S02E03: Keeping track of projects
    « Reply #2 on: November 12, 2020, 12:09:14 am »
  • Best Answer
  • I have three zillion and one projects.  Books I’m writing, games I’m working on, coding projects, home improvement projects...  It’s a never ending list!

    And 90% of which are completely forgotten about until somebody asks, “What about that... (whatever)”, at which point I end up digging up my half finished start, sharing it with whomever, and then add a few more features to it.  It seems only if enough folks ask enough times, do I actually finish anything anymore.

    Life is so hectic, I just waste time with the start of something new, rather than continue with something old, which I might have to study and decipher how it works and what my logic was with it when writing it.  LOL
    https://github.com/SteveMcNeill/Steve64 — A github collection of all things Steve!

    Offline Pete

    • Forum Resident
    • Posts: 2361
    • Cuz I sez so, varmint!
      • View Profile
    Re: QB64 REPORT S02E03: Keeping track of projects
    « Reply #3 on: November 12, 2020, 01:57:00 am »
  • Best Answer
  • You people are hopeless. I finish everything I

    Pete
    Want to learn how to write code on cave walls? https://www.tapatalk.com/groups/qbasic/qbasic-f1/

    FellippeHeitor

    • Guest
    Re: QB64 REPORT S02E03: Keeping track of projects
    « Reply #4 on: November 12, 2020, 05:55:49 am »
  • Best Answer
  • @SMcNeill I totally get the feeling.

    @Pete LOL!

    Offline Dav

    • Forum Resident
    • Posts: 792
      • View Profile
    Re: QB64 REPORT S02E03: Keeping track of projects
    « Reply #5 on: November 12, 2020, 08:38:10 am »
  • Best Answer
  • Very interesting episode.  LOL @Pete!  Yeah, I also have many unfinished coding projects, for various reasons.  Not saying this is the reason, but they started going unfinished more after getting married.

    I gotta get on git.

    - Dav