Version control

Decided to get on board kicking and screaming with version control and have been working with git for a few weeks. Also integrating it with VS code. One of the biggest things for me to realize is that every program should have it’s own directory. I use to have a Python 2 folder and Python 3 folder and Julia folder and just dump most every program into that folder…this doesn’t work well for git. It’s a slightly different way to think. I still don’t understand so much…but it’s a start! Now everyone can see my coding flaws, code that I might have written better had I thought other people might see it. All of these programs were written before git was a thought. Many time I code a section and get it working, and intend to go back and improve it later…but rarely do. Computers are so fast today that they often power through inefficient code and you forget about the inefficiencies, especially for small tests.