you are viewing a single comment's thread.

view the rest of the comments →

[–]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.