Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

No More Coding From Scratch? 323

Susan Elliott Sim asks: "In the science fiction novel, 'A Deepness in the Sky,' Vernor Vinge described a future where software is created by 'programmer archaeologists' who search archives for existing pieces of code, contextualize them, and combine them into new applications. So much complexity and automation has been built into code that it is simply infeasible to build from scratch. While this seems like the ultimate code reuse fantasy (or nightmare), we think it's starting to happen with the availability of Open Source software. We have observed a number of projects where software development is driven by the identification, selection, and combination of working software systems. More often than not, these constituent parts are Open Source software systems and typically not designed to be used as components. These parts are then made to interoperate through wrappers and glue code. We think this trend is a harbinger of things to come. What do you think? How prevalent is this approach to new software development? What do software developers think about their projects being used in such a way?"
User Journal

Journal Journal: "-Wno-format-nonliteral"

So, theres a relatively new 'feature' of gcc. It spits out a warning if you use a variable for a format string in the *printf() functions. The warning seems unncesssary, and just creates flebbenge in build output. As the maintainers of gcc have decided to add this warning to -Wall, now I have to turn it off by using: "-Wno-format-nonliteral" Annoying!

Slashdot Top Deals

The rule on staying alive as a program manager is to give 'em a number or give 'em a date, but never give 'em both at once.

Working...