Click here to Skip to main content
15,881,709 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: Throwing exception Pin
Sander Rossel22-Jul-18 3:22
professionalSander Rossel22-Jul-18 3:22 
GeneralRe: Throwing exception Pin
Super Lloyd23-Jul-18 0:07
Super Lloyd23-Jul-18 0:07 
GeneralRe: Throwing exception Pin
Philippe Mori21-Jul-18 15:30
Philippe Mori21-Jul-18 15:30 
GeneralRe: Throwing exception Pin
Mohibur Rashid22-Jul-18 12:41
professionalMohibur Rashid22-Jul-18 12:41 
GeneralRe: Throwing exception Pin
Nathan Minier23-Jul-18 1:49
professionalNathan Minier23-Jul-18 1:49 
GeneralRe: Throwing exception Pin
raddevus24-Jul-18 3:06
mvaraddevus24-Jul-18 3:06 
GeneralBurn Baby, Burn! PinPopular
Randor 18-Jul-18 14:43
professional Randor 18-Jul-18 14:43 
GeneralRe: Burn Baby, Burn! PinPopular
Abbas A. Ali19-Jul-18 21:52
professionalAbbas A. Ali19-Jul-18 21:52 
Quote:
I somehow feel that something is wrong with the way we write software today

I blame the abundance of languages: there are literally too many languages going around, cutting into the learning part that is (or rather was) to shorten code, shorten the number of statements to execute, shorten the time of execution, etc.

IMHO there should only ever be 8 languages:

1. Assembly.
2. C/(maybe)C++ One that you can use to build apps.
3. One from either (Java/C#). This one may or may not be needed much.
4. One language to design webpages HTML/HTML5/CSS.
5. Front End scripting language (JavaScript/TypeScript)
6. Backend Language (PHP/Node.JS/Python).
7. Database Querying language SQL.
8. Maybe I'm missing something.

The reason I chose a limited number of languages contrary to popular beliefs are:

1. Bring quality into the fold when learning.
2. Stop coders from getting jobs just because they can write a few lines of code in some lesser known language.
3. Standardization: this will make data transfers between apps faster.
4. Stop Big Companies especially Google from thinking they can ask consumers to upgrade their hardware specs when they make an update on their software.

Sadly this scheme will never be implemented because most of the companies would lose monopoly over the products that require a specific tech stack.

P.S. Slashes (/) represent exclusive OR not inclusive.
GeneralRe: Burn Baby, Burn! Pin
Bruce Patin20-Jul-18 3:32
Bruce Patin20-Jul-18 3:32 
GeneralRe: Burn Baby, Burn! Pin
SeattleC++20-Jul-18 8:01
SeattleC++20-Jul-18 8:01 
GeneralRe: Burn Baby, Burn! Pin
Steve Naidamast20-Jul-18 4:51
professionalSteve Naidamast20-Jul-18 4:51 
GeneralRe: Burn Baby, Burn! Pin
Abbas A. Ali20-Jul-18 6:02
professionalAbbas A. Ali20-Jul-18 6:02 
GeneralRe: Burn Baby, Burn! Pin
Slow Eddie20-Jul-18 14:34
professionalSlow Eddie20-Jul-18 14:34 
GeneralRe: Burn Baby, Burn! Pin
David A. Gray6-Oct-18 10:27
David A. Gray6-Oct-18 10:27 
GeneralRe: Burn Baby, Burn! Pin
MSBassSinger20-Jul-18 5:36
professionalMSBassSinger20-Jul-18 5:36 
GeneralRe: Burn Baby, Burn! Pin
Richard Deeming20-Jul-18 5:38
mveRichard Deeming20-Jul-18 5:38 
GeneralRe: Burn Baby, Burn! Pin
MSBassSinger20-Jul-18 6:28
professionalMSBassSinger20-Jul-18 6:28 
GeneralRe: Burn Baby, Burn! Pin
Richard Deeming20-Jul-18 6:52
mveRichard Deeming20-Jul-18 6:52 
GeneralRe: Burn Baby, Burn! Pin
MSBassSinger20-Jul-18 7:01
professionalMSBassSinger20-Jul-18 7:01 
GeneralRe: Burn Baby, Burn! Pin
Robert/Not The Pirate20-Jul-18 8:41
professionalRobert/Not The Pirate20-Jul-18 8:41 
GeneralRe: Burn Baby, Burn! Pin
Slow Eddie20-Jul-18 14:31
professionalSlow Eddie20-Jul-18 14:31 
GeneralRe: Burn Baby, Burn! Pin
David A. Gray6-Oct-18 10:56
David A. Gray6-Oct-18 10:56 
GeneralRe: Burn Baby, Burn! Pin
André Pereira20-Jul-18 0:24
André Pereira20-Jul-18 0:24 
PraiseRe: Burn Baby, Burn! Pin
Gary Wheeler20-Jul-18 1:44
Gary Wheeler20-Jul-18 1:44 
GeneralRe: Burn Baby, Burn! Pin
jeron120-Jul-18 6:06
jeron120-Jul-18 6:06 

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.