Guest User

Untitled

a guest
Jan 23rd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. foo.prototype = {
  2.  
  3.  
  4. asdfasdf: function(){}
  5.  
  6. asdfasdf: function(){},
  7.  
  8. asdfasdf: function(){},
  9.  
  10. asdfasdf: function(){},
  11.  
  12. asdfasdf: function(){},
  13.  
  14. asdfasdf: function(){},
  15.  
  16. // ... more methods
  17.  
  18.  
  19. // im way later in the file,
  20. // i have no clue what im looking at
  21.  
  22.  
  23. // because people shove 10+ constructors/protos in one file
  24. // and i have so many methods for this class
  25. // that now i have no fucking clue what im looking at
  26. // because it does not reference the constructor anymore!
  27.  
  28.  
  29. // yayyyy
  30.  
  31.  
  32. // and coffeescript promotes this with the lame class syntax
  33.  
  34. // yayyyyy
  35.  
  36. }
Add Comment
Please, Sign In to add comment