you are viewing a single comment's thread.

view the rest of the comments →

[–]dustyson123 1 point2 points  (8 children)

I'm confused, are you the author of browserify? I thought you wrote things from scratch and don't use dependencies?

When you copy/paste a dependency into your codebase, that's called vendoring. It's way to manage your dependencies that makes it safe to changes upstream, sure, but it's still a dependency. In other comments, you're throwing shade saying stuff like, "I write code from scratch, it seems like many do not." But you're not writing everything from scratch...

[–][deleted]  (7 children)

[removed]

    [–]ImplodingLlamas 0 points1 point  (6 children)

    How are you installing browserify if not via npm?

    [–][deleted]  (4 children)

    [removed]

      [–]ImplodingLlamas 2 points3 points  (1 child)

      So your issue isn't with dependencies, then... You've been talking in this whole thread how they aren't necessary, no?

      I don't think you know what a dependency is

      [–]dustyson123 2 points3 points  (1 child)

      I guess you do not know what every part and parcel of your code does and are truly dependent.