Browserify

I’m not gonna lie, browserify was kind of a nightmare. There was a LOT of new information to learn regarding browserify, and it took me a while to wrap my head around the new material. One of the most difficult things about browserify was the introduction of having different modules for all the tasks you need to complete in the assignment. Then you have to link each JavaScript module properly. It all proved to be a pretty big hurdle for me. However, after completing a few assignments, requiring us to use browserify, I am now a little more confident in my abilities to use it and not cry as much.

Let’s talk about the positives of browserify. One thing that I really like, despite what I said earlier, is how everything is broken down into multiple files/modules. Even though it was kind of a pain to learn my way around it, once I did it made the coding process a bit simpler, in a way.

I supposed that is it for now.

Leave a Reply

Your email address will not be published. Required fields are marked *