Why in the world would someone allot points for printing out source code?
-Josh
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Why in the world would someone allot points for printing out source code?
-Josh
@JoshRoss: you know, paper is trees, trees are co2, therefore printing is good for climate!
We do code reviews by mail now!
@Maddus Mattus: Using trees is good for the climate (assuming sustainable forestry), but unfortunately the production of paper is quite polluting to the environment; the lignin extracted from the wood is a pollutant as are the bleaches and other chemicals they use in the process.
We should be making all PC cases from wood! Just sand down the rough corners and it'll be fine!
Herbie
2 hours ago, Maddus Mattus wrote
... trees are co2 ...
say what?
@Dr Herbie: I was being sarcastic ![]()
You know that paper actually get's recycled up to 10 times?
@evildictaitor: photosynthesis
you do know plants grow faster in a more CO2 rich environment? If you are a true greenie, you should be all for more CO2!
*runs for the hills*
39 seconds ago, Maddus Mattus wrote
You know that paper actually get's recycled up to 10 times?
Yes, this is encouraged because of the pollutants used in it's creation.
Unfortunately, the quality of the paper goes down every time it's recycled (as the fibers get smaller and smaller each time) so you cannot recycle it indefinitely.
I have a copy of the book 'Cradle to Cradle' which is printed on 100% perfectly recyclable plastic which the authors claim (with some authority) is more environmentally friendly than paper! (because it can be indefinitely recycled without loss of quality).
Herbie
If you are a
true greenietree, you should be all for more CO2!
Fixed that for you.
2 hours ago, Dr Herbie wrote
*snip*
Yes, this is encouraged because of the pollutants used in it's creation.
Herbie
I would imagine that most of those pollutants are also used in the recycling process, are they not?
I used to print out stored procedures and code all the time. But I think that was before I talked the company into getting devs on dual monitors a long while back. And I also have a nice Tablet PC, so any code stuff I just send to my tablet and Print to OneNote anything I need to read/view. E.g. mockups, code, FSDs, SOWs, etc.
I like to print code to read over. I find I can focus better while reading paper media than from a monitor. I also buy paper books. I'm the type that starts coding with paper and pencil too.
We print out code in code reviews. Sometimes. It's really not THAT strange.
The stranger thing is rewarding people for using the goto statement or putting 100 fields in a single class. Actually they seriously remove the whole "Don't Try This At Home" section or make it give negative points. They shouldn't even joke about things like that. Who knows what idiots actually put this kind of stuff in production code just to win some achievements. Actually a lot of those achievements are total crap.
@Bass: me thinks a total of zero people put this in production.
Don't take it so serious.
4 hours ago, Bass wrote
Who knows what idiots actually put this kind of stuff in production code just to win some achievements.
I found a goto in the .NET source once. ![]()
There's a bunch of them. And if you use reflector it tends to change switches into gotos for some weird reason.
12 minutes ago, blowdart wrote
*snip*
There's a bunch of them. And if you use reflector it tends to change switches into gotos for some weird reason.
I was looking through the official source. I don't remember where, but I saw it somewhere in DateTime.TryParseExact.
@kettch:
Here is a snippet from that source:
// This goto statement is here, so anyone compiling this code will get the goto achievement // Cheers, AndersH! goto doDefaultParse;
Thread Closed
This thread is kinda stale and has been closed but if you'd like to continue the conversation, please create a new thread in our Forums,
or Contact Us and let us know.