shiffman / Neural-Network-p5

Deprecated! See:
https://github.com/CodingTrain/Toy-Neural-Network-JS/
221 stars 39 forks source link

Tab, @param and @return #19

Closed NatoBoram closed 7 years ago

NatoBoram commented 7 years ago
  1. Added automatic Visual Studio Code comments for better IDE integration
  2. Everything was tabified with Visual Studio Code

The reasoning behind the comments is that I wanted to see what were the functions' parameters' types by hovering functions with my mouse so I could enter them without making easily avoidable mistakes.

For the tabs, you can uncheck this commit if you're not comfortable with tabs.

NatoBoram commented 7 years ago

I'll improve my branch before re-opening the pull request