I've started to gather little pieces of code that fix specific issues, but they're all over the place—in Notion, VS Code, and in various text files. Before it becomes overwhelming, I'm looking for a more efficient way to organize them. How do you manage your code snippets while you're learning?
2 Answers
I keep a GitHub repo for my snippets too! It's really handy to have all my codes organized, and I can easily share them if needed.
One great option is to create a repository on GitHub for your snippets. It's a good way to keep everything in one place, and if you're not familiar with Git and GitHub, now's the perfect time to learn. Plus, it'll help you get used to version control!

That's a solid idea! I've done the same and it really helps when you want to revisit code later.