Comment Scavenging Code (Score 1) 139
Maybe this is a push article from the authors of krugle.com?
The enterprise edtion is supposed to be rolled out pretty soon.
I would hope any software company can modularize their code for reuse. Most programmers can and do. How many times do I need to write a count function? Or poke data in to an array? It isn't protected property as much as saving time by not rewriting the wheel function.