{nonsensecodes}
Published in

{nonsensecodes}

Can’t see the coding for the trees. Wait, that’s not right. Can’t see the forest for the code?

Improving My Work in Vanilla JS Despite Working Through a Library

… while the two frameworks make things easier in terms of the tasks they’re built to handle, relying on them makes me feel like I’m utilizing a tool without really understanding how it works, and I don’t like that. Part of me wants to just push forward with these tools because they’re easy and it means I’ll be up and running with my bot faster. However, the rest of me considers this and thinks “at what expense?” Nay, I want to really truly understand what’s happening under the hood of what I’m working with.

  1. The obvious, I’m learning what everything is and does in the library. But also,
  2. I’m becoming better versed at understanding means and methods in JavaScript. When something calls up a .map() method, I’m coming to have a better idea of what’s going on without having to wade through pages of documentation.

--

--

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store