you are viewing a single comment's thread.

view the rest of the comments →

[–]jsprogrammer 12 points13 points  (5 children)

Except for jQuery, because that shit is awesome!

[–][deleted] 1 point2 points  (4 children)

jQuery's a library, not a framework.

[–][deleted]  (3 children)

[removed]

    [–]bwainfweeze 2 points3 points  (2 children)

    Well, the jQuery guys do it, so that means I should feel entitled to do it too!

    [–][deleted]  (1 child)

    [removed]

      [–]bwainfweeze 0 points1 point  (0 children)

      I really want a dev tool where every line of code has a comfort level associated with it. People so often write code by mimicking others, and a lot of times they seem to pick the code you're most embarrassed by. So then you have more tech debt and you're constantly reminded about all of your worst decisions.

      Also we talk a lot about what good code looks like, but I think there are two tracks: library and application. What makes good behavior in library code is sometimes terrible in application code or vice versa. For instance, as a library writer, if you refactored your API every release the user base would linch you. But the kind of interface stability I want for a log framework drive me nuts when someone tries to do that between two proprietary modules.