Click here to Skip to main content
15,887,267 members

The Weird and The Wonderful

   

The Weird and The Wonderful forum is a place to post Coding Horrors, Worst Practices, and the occasional flash of brilliance.

We all come across code that simply boggles the mind. Lazy kludges, embarrassing mistakes, horrid workarounds and developers just not quite getting it. And then somedays we come across - or write - the truly sublime.

Post your Best, your worst, and your most interesting. But please - no programming questions . This forum is purely for amusement and discussions on code snippets. All actual programming questions will be removed.

 
GeneralRe: Epic Visual Studios "No Code" Pin
Brady Kelly17-Jul-13 23:39
Brady Kelly17-Jul-13 23:39 
GeneralRe: Epic Visual Studios "No Code" Pin
Nicholas Marty17-Jul-13 23:44
professionalNicholas Marty17-Jul-13 23:44 
JokeRe: Epic Visual Studios "No Code" Pin
Paulo_JCG17-Jul-13 22:39
professionalPaulo_JCG17-Jul-13 22:39 
GeneralRe: Epic Visual Studios "No Code" Pin
ScottM117-Jul-13 23:07
ScottM117-Jul-13 23:07 
GeneralRe: Epic Visual Studios "No Code" Pin
GenJerDan18-Jul-13 3:17
GenJerDan18-Jul-13 3:17 
GeneralRe: Epic Visual Studios "No Code" Pin
MSBassSinger18-Jul-13 4:11
professionalMSBassSinger18-Jul-13 4:11 
GeneralRe: Epic Visual Studios "No Code" Pin
dojohansen18-Jul-13 5:36
dojohansen18-Jul-13 5:36 
GeneralRe: Epic Visual Studios "No Code" Pin
patbob18-Jul-13 5:59
patbob18-Jul-13 5:59 
Not in VS 2012, but over the years, yes.
Browsers have cached my files and reused their cached files rather than my new ones.
Clocks have gone wacky on me, resulting in derived files (e.g. executables) with future dates.
Network file systems on machines with wildly different clocks have resulted in future date issues.
Revision control system have restored a file's date.. from a server with a skewed clock.
Precompiled headers have cached old code, which then got used in the build instead of the modified code in the source file.
I've even been the problem on occasion, doing stupid things that caused files not to be rebuilt after changes.

Clearing cached files, and cleaning all derived files and rebuilding, has fixed it for me. However, VS is historically deficient in deleting all derived files, so you may have to find and remove them by hand to truly get everything to rebuild.
We can program with only 1's, but if all you've got are zeros, you've got nothing.

GeneralRe: Epic Visual Studios "No Code" Pin
Dan Sutton18-Jul-13 6:37
Dan Sutton18-Jul-13 6:37 
GeneralRe: Epic Visual Studios "No Code" Pin
RafagaX18-Jul-13 7:25
professionalRafagaX18-Jul-13 7:25 
GeneralRe: Epic Visual Studios "No Code" Pin
Rain Dancer18-Jul-13 21:30
Rain Dancer18-Jul-13 21:30 
GeneralRe: Epic Visual Studios "No Code" Pin
Member 925541220-Jul-13 6:33
Member 925541220-Jul-13 6:33 
JokeRe: Epic Visual Studios "No Code" Pin
Chad3F23-Jul-13 13:53
Chad3F23-Jul-13 13:53 
GeneralSaw something strange... Pin
BotCar16-Jul-13 4:07
BotCar16-Jul-13 4:07 
GeneralRe: Saw something strange... Pin
lewax0016-Jul-13 4:16
lewax0016-Jul-13 4:16 
GeneralRe: Saw something strange... Pin
dojohansen18-Jul-13 5:41
dojohansen18-Jul-13 5:41 
GeneralRe: Saw something strange... Pin
lewax0018-Jul-13 5:56
lewax0018-Jul-13 5:56 
GeneralRe: Saw something strange... Pin
dojohansen18-Jul-13 6:15
dojohansen18-Jul-13 6:15 
GeneralRe: Saw something strange... Pin
Brisingr Aerowing16-Jul-13 4:42
professionalBrisingr Aerowing16-Jul-13 4:42 
GeneralRe: Saw something strange... Pin
vonb16-Jul-13 19:28
vonb16-Jul-13 19:28 
GeneralRe: Saw something strange... Pin
Bernhard Hiller16-Jul-13 22:10
Bernhard Hiller16-Jul-13 22:10 
GeneralRe: Saw something strange... Pin
BotCar16-Jul-13 22:25
BotCar16-Jul-13 22:25 
GeneralRe: Saw something strange... Pin
OriginalGriff17-Jul-13 0:47
mveOriginalGriff17-Jul-13 0:47 
GeneralRe: Saw something strange... Pin
vonb16-Jul-13 23:23
vonb16-Jul-13 23:23 
GeneralRe: Saw something strange... Pin
Rajesh Anuhya17-Jul-13 1:53
professionalRajesh Anuhya17-Jul-13 1:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.