Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. General talk
  3. The Lounge
  4. Programs & Tools to plan and organize private projects. What do you use?
Forum Updated to NodeBB v4.3 + New Features

Programs & Tools to plan and organize private projects. What do you use?

Scheduled Pinned Locked Moved Unsolved The Lounge
software designprogrammingcommentsorganization
5 Posts 3 Posters 161 Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Pl45m4P Offline
    Pl45m4P Offline
    Pl45m4
    wrote last edited by Pl45m4
    #1

    Hey guys,

    as the title states, I'm wondering what kind of tools do you use to manage your thoughts and ideas for your private projects.
    Any suggestions?!

    For small(er) projects and when you know where it is heading, you probably don't need any :)
    But for mediocre and larger projects and when you don't have the time to invest every single minute of your free time in your projet, one can lose the track very easily :))
    And, the classic

    // ToDo: Fix that bug
    void SomeFunction(...)
    {
         // ToDo: Maybe rewrite this later?!
         Foo->Bar();
    }
    

    comments are not really helping ;-))
    Especially once they are all over the code :P

    Let me know what you think/what you are using.
    Open for any suggestions regarding tools, software + strategies :)

    (I'm not talking about the "professional" way... like any bloated "ticket system" or something)

    Thanks in advance.


    If debugging is the process of removing software bugs, then programming must be the process of putting them in.

    ~E. W. Dijkstra

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote last edited by
      #2

      Hi,

      Some of my colleagues are speaking highly of Obsidian. It might be worth taking a look at.
      Otherwise, Trello might be an option as well (or one of its alternative).

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      Pl45m4P 1 Reply Last reply
      2
      • SGaistS SGaist

        Hi,

        Some of my colleagues are speaking highly of Obsidian. It might be worth taking a look at.
        Otherwise, Trello might be an option as well (or one of its alternative).

        Pl45m4P Offline
        Pl45m4P Offline
        Pl45m4
        wrote last edited by
        #3

        @SGaist

        Hi, yes, I know Trello Boards from my studies :) But it was used for organizing group tasks and schedule deadlines and so on. Didn't thought about using it to plan my software projects and ToDos yet.

        Will look into Obsidian, thanks :)


        If debugging is the process of removing software bugs, then programming must be the process of putting them in.

        ~E. W. Dijkstra

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote last edited by
          #4

          If you are using GitLab, you can explore the milestones and issues combo that helps organise your task and group them by goal/theme/etc.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0
          • I Online
            I Online
            IgKh
            wrote last edited by
            #5

            A TODO.md file in the project directory, with a VS Code markdown plugin.

            1 Reply Last reply
            0

            • Login

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved