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.

Floris

I'm just me :) Hi.
Staff member
Joined
Jan 1, 2001
Messages
60,100
This can be Objective C++, BASIC, PHP, JavaScript, or whatever you're into.
 

Disjunto

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

How I love my job :|
 

Beverly Johnson

OMG Member
Joined
Sep 4, 2011
Messages
52
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
Joined
Jul 4, 2007
Messages
149
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>
 

Stormraven

Trusted Member
Joined
Oct 24, 2010
Messages
1,836
None, I'm confined to an iPad until the 24th lol. Looking forward to working on my xf Addon when I get back home though :)
 

ragtek

OMG Member
Joined
Jul 4, 2007
Messages
149
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

Floris

I'm just me :) Hi.
Staff member
Joined
Jan 1, 2001
Messages
60,100
<a href .. use xen:raw i think to have it parsed? so its turning into a link?
 

Beverly Johnson

OMG Member
Joined
Sep 4, 2011
Messages
52
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
Joined
Jan 26, 2008
Messages
17,836
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
Joined
Jan 1, 2001
Messages
60,100
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.
 

Mikey

:mikey:
Staff member
Joined
Jan 26, 2008
Messages
17,836
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
Joined
Sep 4, 2011
Messages
52
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
Joined
Oct 24, 2010
Messages
1,836
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 :(
 
Status
Not open for further replies.
Top