Click here to Skip to main content
15,888,177 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: Where is the exit? Pin
OriginalGriff6-Sep-10 8:35
mveOriginalGriff6-Sep-10 8:35 
GeneralRe: Where is the exit? Pin
RugbyLeague7-Sep-10 3:57
RugbyLeague7-Sep-10 3:57 
JokeRe: Where is the exit? Pin
AspDotNetDev7-Sep-10 12:42
protectorAspDotNetDev7-Sep-10 12:42 
General65K Lines of Code Pin
ch3ckmat32-Sep-10 1:33
ch3ckmat32-Sep-10 1:33 
GeneralRe: 65K Lines of Code PinPopular
AspDotNetDev2-Sep-10 5:09
protectorAspDotNetDev2-Sep-10 5:09 
GeneralRe: 65K Lines of Code Pin
ch3ckmat32-Sep-10 5:10
ch3ckmat32-Sep-10 5:10 
GeneralRe: 65K Lines of Code Pin
ChandanPatra2-Sep-10 18:26
ChandanPatra2-Sep-10 18:26 
GeneralRe: 65K Lines of Code Pin
ch3ckmat34-Sep-10 7:34
ch3ckmat34-Sep-10 7:34 
Thank you ChandanPatra, much appreciated Smile | :)

Well i am a software architect now, (and yes, still happily coding) and this was some 16-17 years ago. I have been extensively coding in C those days and C# and is my first choice now. I only used assembly as a learning tool for to know goes on under-the-hood when you use high level languages. Even in doing micro-controller programming, I have used C and not much assembly as it takes much time and effort to do even basic tasks.

Assembly is easy to learn if you are determined, and there are many resources online to get started.

And you are right, companies look for high-level language programmers because they want to make things happen fast. More than 90% of developers are coding for business oriented applications using high-level languages and RAD tools and only a few select groups use low-level languages, mostly for research oriented projects, for example super fast algorithms.

I'm mostly into integration-specific projects now but will be happy to share my experiences if anyone asks Smile | :)

Cheers.
GeneralRe: 65K Lines of Code Pin
ChandanPatra5-Sep-10 19:14
ChandanPatra5-Sep-10 19:14 
GeneralRe: 65K Lines of Code Pin
ch3ckmat314-Sep-10 23:16
ch3ckmat314-Sep-10 23:16 
GeneralRe: 65K Lines of Code Pin
ChandanPatra15-Sep-10 19:24
ChandanPatra15-Sep-10 19:24 
GeneralRe: 65K Lines of Code Pin
ch3ckmat315-Sep-10 21:22
ch3ckmat315-Sep-10 21:22 
GeneralRe: 65K Lines of Code Pin
supercat93-Sep-10 7:21
supercat93-Sep-10 7:21 
GeneralRe: 65K Lines of Code Pin
ch3ckmat34-Sep-10 7:40
ch3ckmat34-Sep-10 7:40 
GeneralGreat C# generics naming [modified] Pin
makumazan841-Sep-10 22:05
makumazan841-Sep-10 22:05 
GeneralRe: Great C# generics naming PinPopular
AspDotNetDev2-Sep-10 6:29
protectorAspDotNetDev2-Sep-10 6:29 
GeneralRe: Great C# generics naming Pin
makumazan843-Sep-10 1:15
makumazan843-Sep-10 1:15 
GeneralRe: Great C# generics naming Pin
Kunal Chowdhury «IN»6-Sep-10 18:51
professionalKunal Chowdhury «IN»6-Sep-10 18:51 
GeneralRe: Great C# generics naming Pin
BillW337-Sep-10 5:04
professionalBillW337-Sep-10 5:04 
GeneralRe: Great C# generics naming Pin
makumazan847-Sep-10 5:46
makumazan847-Sep-10 5:46 
GeneralRe: Great C# generics naming Pin
BillW338-Sep-10 6:30
professionalBillW338-Sep-10 6:30 
GeneralRe: Great C# generics naming Pin
BillW3310-Sep-10 9:33
professionalBillW3310-Sep-10 9:33 
GeneralPL SQL INTO Horror Pin
Andres Martin31-Aug-10 8:54
Andres Martin31-Aug-10 8:54 
GeneralRe: PL SQL INTO Horror Pin
GibbleCH31-Aug-10 11:29
GibbleCH31-Aug-10 11:29 
GeneralRe: PL SQL INTO Horror Pin
Andres Martin31-Aug-10 11:46
Andres Martin31-Aug-10 11:46 

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.