How many lines of code have you written today?

How many lines of code have you written today?

  • Sorry, nothing. I am not a coder.

    Votes: 4 23.5%
  • Sorry, haven't coded for a while.

    Votes: 2 11.8%
  • I started, didn't get past 5 lines.

    Votes: 3 17.6%
  • Over9000.

    Votes: 0 0.0%
  • A good few pages.

    Votes: 2 11.8%
  • Less than 5,000 lines.

    Votes: 4 23.5%
  • More than 5,000 lines.

    Votes: 2 11.8%
  • A complete script.

    Votes: 0 0.0%

  • Total voters
    17
Status
Not open for further replies.

Disjunto

OMG Member
Apr 14, 2005
2,902
7
185
35
Ermm.. several complete scripts, and lots of other stuff. Well over 5k lines today.

How I love my job :|
 
  • Like
Reactions: 2 people

Beverly Johnson

OMG Member
Sep 4, 2011
52
0
140
50
Awesome! *laughs for real!

Just find it very ironic how i always end up hanging around people who love coding.
:p
My best friend is the ultimate nerd, very much into gaming, computers and coding. He is going back to college right now, for his computer science degree and can't wait to show me all the neato code he's done for the day. :D

I can code html, some javascript, just whatever it takes to make my blogs/forum look right. I don't do the other, but could and would if it served my purposes.
 

ragtek

OMG Member
Jul 4, 2007
149
0
55
39
todays work:
C:\xampp\php>phploc c:\xampp\htdocs\planetliebe\library\Ragtek\PLMT
phploc 1.6.1 by Sebastian Bergmann.

Directories: 3
Files: 8

Lines of Code (LOC): 189
Cyclomatic Complexity / Lines of Code: 0.05
Comment Lines of Code (CLOC): 6
Non-Comment Lines of Code (NCLOC): 183

Namespaces: 0
Interfaces: 0
Classes: 7
Abstract: 0 (0.00%)
Concrete: 7 (100.00%)
Average Class Length (NCLOC): 24
Methods: 16
Scope:
Non-Static: 7 (43.75%)
Static: 9 (56.25%)
Visibility:
Public: 13 (81.25%)
Non-Public: 3 (18.75%)
Average Method Length (NCLOC): 10
Cyclomatic Complexity / Number of Methods: 1.62

Anonymous Functions: 0
Functions: 0

Constants: 2
Global constants: 0
Class constants: 2

C:\xampp\php>
 
  • Like
Reactions: 1 person

ragtek

OMG Member
Jul 4, 2007
149
0
55
39
That's awesome! What does all that code do? What's it for?
That's my modtools add-on
1. part =>
It shows the modlog direct in the thread for the mods.

And then there are some not public features:P
 

Attachments

  • modlog.png
    modlog.png
    109.7 KB · Views: 5

Beverly Johnson

OMG Member
Sep 4, 2011
52
0
140
50
That's my modtools add-on
1. part =>
It shows the modlog direct in the thread for the mods.

And then there are some not public features:p

Don't make light of it. Not everyone can do that. er... well i can't. So maybe just everyone else here? :D
 

Mikey

:mikey:
Staff member
Jan 26, 2008
17,836
692
510
33
Disunited Queendom
mikeylicio.us
I've written a few functions on my services site. Improving emails it sends to clients, fixing forgotten passwords, added account validation.. now to fix that annoying bug!
 

Floris

I'm just me :) Hi.
Staff member
Jan 1, 2001
60,101
1,425
930
47
Netherlands
mrfloris.com
300 lines of Objective C today, and I hated it. I am so bad with it.
I am pretty sure once my friend reviews it he understands what I am trying to do and rewrites it to what .. 20 lines? .. hehe. At least the concept works and I can show the prototype.
 
  • Like
Reactions: 1 person

Mikey

:mikey:
Staff member
Jan 26, 2008
17,836
692
510
33
Disunited Queendom
mikeylicio.us
300 lines of Objective C today, and I hated it. I am so bad with it.
I am pretty sure once my friend reviews it he understands what I am trying to do and rewrites it to what .. 20 lines? .. hehe. At least the concept works and I can show the prototype.
I learned that a while back in programming: There is always someone who is better than you at a certain aspect. It's simply because these languages we use are so huge and multi-faceted. :)
 

Beverly Johnson

OMG Member
Sep 4, 2011
52
0
140
50
My best friend is learning coding in college now. He says it's fun but they only let them do it once a week and the rest of the time is supporting subjects. Would think they'd let students spend more time on the subject considering how much effort it takes to learn.
 

Stormraven

Trusted Member
Oct 24, 2010
1,836
0
150
35
Wales, UK
www.prowebforums.com
I've written quite a few lines of code now, and it's not been going as well as I'd hoped. Finally figured the issue out where it kept spitting out random errors at me. Now, for some reason, the PAGE_CONTAINER template won't accept a simple <xen:include> code for some unknown reason. I'm so close to finishing my first template hook and I think by the end of it, I'll have aged 20 years and i'll notice that I have grey hair tomorrow :(
 
  • Like
Reactions: 1 person
Status
Not open for further replies.