Пожалуйста, прочтите новое правило об ограничении использования AI-инструментов. ×

Блог пользователя ParthJha17

Автор ParthJha17, история, 8 месяцев назад, По-английски

In my coding journey, I currently jot down code snippets and theories in a traditional notebook with added remarks for context recall.

However, I'm exploring more efficient methods, like using a pad to streamline the process and enhance organization.

I'm curious to learn how fellow coders tackle note-taking to ensure comprehensive understanding.Please share your strategies and insights so I can adopt a more effective approach to learning. Thanks!

  • Проголосовать: нравится
  • +5
  • Проголосовать: не нравится

»
8 месяцев назад, # |
  Проголосовать: нравится +23 Проголосовать: не нравится

the best way to take notes is not to take notes

  • »
    »
    8 месяцев назад, # ^ |
      Проголосовать: нравится 0 Проголосовать: не нравится

    Haha, I had an intution that maybe people just dont take notes at all. Thanks for your response. I'll try this approach.

»
8 месяцев назад, # |
Rev. 3   Проголосовать: нравится 0 Проголосовать: не нравится

I suggest not to take Notes.. whenever you feel less confident in xyz topic Try to implement code on your own else watch some tutorials and implement.... repeat this Until you become good at it....

Take Time

Practice

Thats Quiet Enough

  • »
    »
    8 месяцев назад, # ^ |
      Проголосовать: нравится 0 Проголосовать: не нравится

    Thanks a lot for your response. I'll try not taking notes and implementing a concept multiple times through practice. I believe this is also why my speed is not improving much these days even though I have covered a lot of topics. Thanks again.