A place to cache linked articles (think custom and personal wayback machine)
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

1 ano atrás
1234567891011
  1. title: You don’t have to remember everything to be a good programmer
  2. url: https://gomakethings.com/you-dont-have-to-remember-everything-to-be-a-good-programmer/
  3. hash_url: 2f4b8ec8f6fd2cbc48a04dcac2cc7d24
  4. <p>A common challenge I hear from people who are learning to code is how hard it is to <em>remember all the things</em>.</p>
  5. <p>One thing you’ll learn as you get deeper into programming is that even senior developers look stuff up ALL THE TIME.</p>
  6. <p>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.</p>
  7. <p>Hell, <a href="https://vanillajstoolkit.com">I built an entire website of regularly used code snippets</a> to make it easier for to copy/paste and look up common stuff I was using frequently.</p>