Software Alternatives & Reviews

How do you plan code??

Milanote
  1. Milanote is a note taking app for creative work.

    #Note Taking #Todos #Task Management 56 social mentions

  2. The Git Book is the official tutorial about Git.
    Other tipps that might help you out : -For big enough projects it's worth to set up a testing framework. -Use an integrated debugger for semantic bugs. -Use some kind of versioning tool (eg git) so you can rollback your changes etc. Free book: Https://git-scm.com/book/en/v2 -Keep backups somewhere!! -Try to automate as many little tasks as possible, probably you can do more then you think. (Scripts for moving or naming files, code snippets, code autocompletion, in general having some kind of lsp for linting and inline errors is nice) -Track your time (I like Timewarrior but use whatever), don't work to much don't work to little. You still need to do smth else to keep sane. -take breaks and exercise ;).

    #Git #Code Collaboration #Git Tools 280 social mentions

Discuss: How do you plan code??

Log in or Post with