The fuck did I just read.
On a side note, I actually feel really bad. I mean I think we all wrote rediculous verbose shit when we started out.
Hope that guy learns how to code for real and doesn't end up quitting.
Legendary worst code ever made
Moderator: Coders of Rage
-
- Chaos Rift Newbie
- Posts: 34
- Joined: Thu Mar 28, 2013 1:02 pm
- EdBoon
- Chaos Rift Junior
- Posts: 258
- Joined: Fri May 28, 2010 10:44 pm
- Current Project: Top down multiplayer shooter using unity 3D
- Favorite Gaming Platforms: 360, SNES, ps1
- Programming Language of Choice: C++, C#
- Location: Atlanta, GA
- Contact:
Re: Legendary worst code ever made
hahaha, wow. that can't be serious?!? the variable names are amazing
x
xx
xxx
xxxx
xxxxx
x
xx
xxx
xxxx
xxxxx
Undead Empire -> http://bit.ly/dYdu3z
Gamerscore Tracker -> http://bit.ly/vI4T4X
Undead Empire: Hellfire -> http://bit.ly/1AgC4ZY
facebook.com/BigRookGames twitter.com/BigRookGames
youtube.com/user/bigrookdigital
Gamerscore Tracker -> http://bit.ly/vI4T4X
Undead Empire: Hellfire -> http://bit.ly/1AgC4ZY
facebook.com/BigRookGames twitter.com/BigRookGames
youtube.com/user/bigrookdigital
- AaronGlazer
- ES Beta Backer
- Posts: 22
- Joined: Sat Aug 11, 2012 7:31 pm
- Current Project: things @ my job + gamedev fuckery
- Favorite Gaming Platforms: PC
- Programming Language of Choice: Jai <3
- Location: in a soda can under my front porch
Re: Legendary worst code ever made
I found some beautifully terrible JS code used by the state of Washington for its medical marijuana tracking system.
Apparently accessing the site via SSL doesn't work properly, so the login page just displays some fancy techwords to trick non-computer-savvy people into believing they're safe (while actually doing nothing).
The myVariables are pretty nice too.
source
follow-up
Apparently accessing the site via SSL doesn't work properly, so the login page just displays some fancy techwords to trick non-computer-savvy people into believing they're safe (while actually doing nothing).
The myVariables are pretty nice too.
source
follow-up
"To buy, or not to buy -- just buy it."
- DG, the greatest broker to ever live.
- DG, the greatest broker to ever live.
Re: Legendary worst code ever made
I can't believe this isn't a joke... Hahaha!!AaronGlazer wrote:I found some beautifully terrible JS code used by the state of Washington for its medical marijuana tracking system.
Apparently accessing the site via SSL doesn't work properly, so the login page just displays some fancy techwords to trick non-computer-savvy people into believing they're safe (while actually doing nothing).
The myVariables are pretty nice too.
source
follow-up
- EdBoon
- Chaos Rift Junior
- Posts: 258
- Joined: Fri May 28, 2010 10:44 pm
- Current Project: Top down multiplayer shooter using unity 3D
- Favorite Gaming Platforms: 360, SNES, ps1
- Programming Language of Choice: C++, C#
- Location: Atlanta, GA
- Contact:
Re: Legendary worst code ever made
Yeah, no kidding. That's pretty funny.
Undead Empire -> http://bit.ly/dYdu3z
Gamerscore Tracker -> http://bit.ly/vI4T4X
Undead Empire: Hellfire -> http://bit.ly/1AgC4ZY
facebook.com/BigRookGames twitter.com/BigRookGames
youtube.com/user/bigrookdigital
Gamerscore Tracker -> http://bit.ly/vI4T4X
Undead Empire: Hellfire -> http://bit.ly/1AgC4ZY
facebook.com/BigRookGames twitter.com/BigRookGames
youtube.com/user/bigrookdigital
- dandymcgee
- ES Beta Backer
- Posts: 4709
- Joined: Tue Apr 29, 2008 3:24 pm
- Current Project: https://github.com/dbechrd/RicoTech
- Favorite Gaming Platforms: NES, Sega Genesis, PS2, PC
- Programming Language of Choice: C
- Location: San Francisco
- Contact:
Re: Legendary worst code ever made
Wow, that guy must have been high as fuck.AaronGlazer wrote:I found some beautifully terrible JS code used by the state of Washington for its medical marijuana tracking system.
*snip*
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches!
- Falco Girgis
- Elysian Shadows Team
- Posts: 10294
- Joined: Thu May 20, 2004 2:04 pm
- Current Project: Elysian Shadows
- Favorite Gaming Platforms: Dreamcast, SNES, NES
- Programming Language of Choice: C/++
- Location: Studio Vorbis, AL
- Contact:
Re: Legendary worst code ever made
Some of the latest coding threads in this forum have dealt a serious blow to my faith in humanity...
- YourNerdyJoe
- Chaos Rift Cool Newbie
- Posts: 79
- Joined: Sun Oct 02, 2011 3:28 pm
- Current Project: Top secret (not really) Top-Down Shooter for GBA
- Favorite Gaming Platforms: GBA, Gamecube, PC, 3DS
- Programming Language of Choice: C/C++
- Contact:
Re: Legendary worst code ever made
Click here to see the hidden message (It might contain spoilers)
lol! the suits up in Washington probably think it's mad secure too.
- dandymcgee
- ES Beta Backer
- Posts: 4709
- Joined: Tue Apr 29, 2008 3:24 pm
- Current Project: https://github.com/dbechrd/RicoTech
- Favorite Gaming Platforms: NES, Sega Genesis, PS2, PC
- Programming Language of Choice: C
- Location: San Francisco
- Contact:
Re: Legendary worst code ever made
Just found this today..
if (sTo == null == false) { //do stuff }
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches!