A place to cache linked articles (think custom and personal wayback machine)
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

index.md 833B

title: You don’t have to remember everything to be a good programmer url: https://gomakethings.com/you-dont-have-to-remember-everything-to-be-a-good-programmer/ hash_url: 2f4b8ec8f6

A common challenge I hear from people who are learning to code is how hard it is to remember all the things.

One thing you’ll learn as you get deeper into programming is that even senior developers look stuff up ALL THE TIME.

It’s important to remember concepts and high level approaches, but don’t worry about remembering the details. You can always look that stuff up when you need it.

Hell, I built an entire website of regularly used code snippets to make it easier for to copy/paste and look up common stuff I was using frequently.