As a programmer, I know sometime all has to write some code which they think -"Thank God! It's done" or "Ohh, how did I write it?"...
Do you have any such piece of code.
|
As a programmer, I know sometime all has to write some code which they think -"Thank God! It's done" or "Ohh, how did I write it?"... Do you have any such piece of code. | ||||
|
feedback
|
This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ.
|
I avoid writing tricky code. Not fun, neither to anyone nor to myself six months later. | |||||||||||
feedback
|
|
The trickiest thing for me was a ticketing system that allocated seating, choosing seats filling exact gaps and allocating the best seats first. This involved some tricky SQL to get contiguous(sequential) seat number ranges available. | |||||||||
feedback
|
|
I don't recall the specifics well, but a couple times I used something of this form:
| ||||
|
feedback
|
|
a python script i wrote to learn python: it takes a keyboard layout and a text and calculates the way every single finger has to go writing that text. i think the tricky part here was learning python | ||||
|
feedback
|
|
I once had to write code, in Assembler, on a Mainframe, that goes through a large body of code and changes parenthesis direction (i.e. "(hello)" turns to ")hello(" and vice versa - don't ask me why). As someone who came from a C/C++ background, writing this all in Assembler, compiled in large JCL batch files, it was hell on earth. | |||||||||||
feedback
|
|
A program that I wrote to check Tripit and place a graphic that says "Yes Honey, those jeans DO make your butt look fat" in my wife's Chumby stream only when I'm out of town. I did think "Thank God! It's done" but not until I was safely in the hotel. Somebody had to tell her. | ||||
|
feedback
|
|
The trickiest code I ever wrote was a set of Prolog predicates to generalize a case defined in terms of of constant expressions by turning those constants into variables. One weekend, over 30 hours... good times. I was the only person who figured out how to do it, so in all subsequent semesters, Dr. Upal just gave people the code. That takes all the fun out of it! LOL. | ||||
|
feedback
|
|
A parser for Mork in Java using regular expressions. It was a bad idea. | ||||
|
feedback
|
|
I've logged 100+ development hours on this one: http://stackoverflow.com/questions/2550315/ Who'd thunk that adding a button to a report row would be so freaking frustrating >_< | ||||
|
feedback
|
|
It was a function to implement US Patent 5,873,116. The function in question wound up being about 10 or 15 lines of actual code. It took six months to work through all the different problems that could be caused by the different models of memory caching hardware that were involved. | ||||
|
feedback
|
|
It was pretty late in the evening but I once got
to return an rational number. I don't remember how it did it though.. | ||||
|
feedback
|
|
C#:
| |||||||||||||||||||||
feedback
|
[practical-programming]like "standard practice", or like a practical joke? – Mark Rushakoff May 19 '10 at 16:44