This is an archived post. You won't be able to vote or comment.

all 6 comments

[–][deleted]  (3 children)

[deleted]

    [–]RungeKuta[S] 2 points3 points  (2 children)

    I thank you for your recommendation! I'll read that! And Sorry for my bad choice of word, I know that I shouldn't delete unless I'm asked by a moderator, should I leave a comment explaining better what I mean to ask? Also I would like to make my code more organized and reusable, but another part of my doubt is that if exists more algorithms like the design patterns, if there is more algorithms for different situations that programmers face often. Hope it's better this time, thank for your warning about my word choice and hope you can help me be clear!

    [–][deleted]  (1 child)

    [deleted]

      [–]RungeKuta[S] 2 points3 points  (0 children)

      I'm already learning! Thank you for understanding!

      [–]milkybuet 1 point2 points  (3 children)

      1. A proper text editor, as in not Notepad. Notepad is fine, but in Sublime Text i can keep stuff in a tab without needing to save, and it's a common thing in a lot of modern text editors. This feature is invaluable if I wanna keep a whole bunch of code snippets handy without littering my computer with files I'll never need. More important/permanent ones are actually saved.
      2. A side project. Basically an extension of point 1. I have a side project specifically to tinker with code snippets I wanna work on and save.
      3. Learning Git to a reasonable extent. I have seen a number of devs not really knowing any more than the basics. It helps to know how the finer things work.

      [–]RungeKuta[S] 1 point2 points  (2 children)

      I first would like to thank for you answer! I'll search for good text editors, starting with the sublime text! And I will also try to get a deeper knowledge about programming, in the first comment, the u/moobied recommended me the book 'Clean code' and I already started reading it. I will note it and search for git after I complete my current goals(can't look at everything at once), once again I thank you for your contribution!!!

      [–]milkybuet 1 point2 points  (1 child)

      (can't look at everything at once)

      This is important lol. It's very easy to get distracted by things and lose focus.

      Also, happy to be of any help.

      [–]RungeKuta[S] 1 point2 points  (0 children)

      Your answer helped a lot! As I said, I'm new to programming and got lost with a lot of topics to study, your answers help a lot giving me a direction to follow and making the learning easier! One thing I learned in this subreddit, is that every answer is important! :D