1 line with over nine thousand characters in it. Valid Perl one-liner, of course.
(Oh, wow, I've accidentally clicked on "Reply" when just typed "1" and seems that it triggered some FORCED SPAM PROTECTION and got me b& in an instant.)
Name:
Anonymous2008-01-11 7:36
>>5
yeah, if your message is just an `N' yuo get banned.
Name:
Anonymous2008-01-11 7:40
Oh really? I've got to try that out! See you in a month.
Name:
Anonymous2008-01-11 8:16
>>7
It's not only a month - I just got my ISP's proxy server permanently banned from all boards.
>>28
No, Emacs is coded in LISP and run through Emacs.
Name:
Anonymous2008-01-11 17:08
How many LOC have you written in 2008?
Over 1000
Name:
Anonymous2008-01-11 17:24
>>4
I'd wager you are a horrible programmer. You shouldn't be proud of the lines of code you wrote, but rather of the lines of code you avoided writing. Every line of code not written is a correct one. More lines of code is a bad thing, not a good thing.
Good programmers write small amounts of code. Of course, the requirements must still be met, though the solution with less code is a better solution than the one with more.
Name:
Anonymous2008-01-11 17:34
>>31
He didn't say what he wrote or how many programs he wrote.
Name:
Anonymous2008-01-11 17:37
>>31
Okay, then. This thread is now about how many LOC you didn't write.
Name:
Anonymous2008-01-11 17:38
>>32
I know, but given the fixed amount of time in 2007, 50K lines is a lot, regardless. If he wrote 5K 100 line programs, then I'd argue they must have been sloppy programs for him to write that many in the given time. I don't think that changes anything.
Name:
Anonymous2008-01-11 17:40
I didn't write 300 lines. At the [b][u]E N T E R P R I S E[/b][/u] we use [b][u]E X T R E M E P R O G R A M M I N G[/b][/u], the other guy was programming.
Hard to say. But I've written 93 lines of Haskell code today. I'm new to Haskell so I've spent most of the day refactoring the same code. If we say I've written 93 lines per day since the 1st then that would total to 1116.
Name:
Anonymous2008-01-12 2:11
I write maybe a couple dozen klocs, but code generated many, many more.
>>50
If microsoft asks how many loc you wrote last year, you answer. They're not trying to assert your productivity. Only the number of loc you wrote
Name:
Anonymous2008-01-12 8:30
>>51
``I wrote 0 lines of code, that makes all my program secure, also it makes me a bad programmer according to you. When you'll fire me, people will know you did because none of my programs had a single bug.''
Name:
Anonymous2008-01-12 10:01
>>51
If microsoft asks how many "loc" I wrote last year, I wipe my arse with their fat faces.
Name:
Anonymous2008-01-12 10:22
>>53
That's cute, considering that you're still in your first year of college and never had a job programming anything.
Name:
Anonymous2008-01-12 10:25
>>54
That's cute, considering you're an enterprise faggot and never had a job programming anything.
>>54
That's cute, considering I'm an experienced programmer from the dotcom era and you'll be polishing my shoes and calling me "sir" in your first job that does not involve shelves or deepfrying.
Name:
Anonymous2008-01-12 11:50
>>58 considering I'm an experienced programmer from the dotcom era
So you're begging for change in the subway now?
I have no interrest in keeping useless and arbitrary statistics like LOC, and I couldn't even begin to guess. I'm doing some maintenance too, so I'd guess I'm removing about half as much code as I'm adding. Pointless metric is pointless.
Name:
Anonymous2008-01-13 7:14
Opps. I'm >>46 I read it as '2008'. In 2007 it would be thousands of lines of code.
10, surprisingly enough it was not a good year employment wise
Name:
Anonymous2008-01-13 10:05
>>76
I wouldn't hire a programmer who only writes code on the job.
If he doesn't enjoy programming, he's not going to be any good, and if he did enjoy programming, he'd code in his spare time.
Name:
Anonymous2008-01-13 14:56
putStrLn considered harmful, use putStr instead.
Name:
Anonymous2008-01-13 15:07
>>78
I'm surprised that's all anyone noticed. The `.' used would make a type error. The code should've been: do contents <- readFile "filename"
putStr contents
Name:
Anonymous2008-01-13 15:25
>>79
ONE WORD, LACK ON INDENTATION OF THE CODE, THREAD OVER.