code logs -> 2010 -> Wed, 29 Dec 2010< code.20101228.log - code.20101230.log >
--- Log opened Wed Dec 29 00:00:30 2010
00:09 Attilla [Obsolete@FBC920.642D35.7C1EAD.03AE08] has quit [Ping timeout: 121 seconds]
00:11 Attilla [Obsolete@FBC920.642D35.7C1EAD.03AE08] has joined #code
00:11 mode/#code [+o Attilla] by Reiver
00:21 You're now known as TheWatcher[T-2]
00:32 You're now known as TheWatcher[zZzZ]
00:59 shade_of_cpux is now known as cpux[SuxAtSSF4]
00:59 cpux[SuxAtSSF4] is now known as cpux
01:13 Orthia [orthianz@Nightstar-7bc8f1c1.xnet.co.nz] has quit [Ping timeout: 122 seconds]
01:25 Orthia [orthianz@Nightstar-537b698e.xnet.co.nz] has joined #code
01:33 Ortiha [orthianz@Nightstar-4d1f7850.xnet.co.nz] has joined #code
01:36 Orthia [orthianz@Nightstar-537b698e.xnet.co.nz] has quit [Ping timeout: 121 seconds]
02:00 Attilla [Obsolete@FBC920.642D35.7C1EAD.03AE08] has quit [[NS] Quit: ]
02:00 RichardBarrell [mycatverbs@Nightstar-d2375eea.bb.sky.com] has joined #code
02:20 Orthia [orthianz@Nightstar-811d2451.xnet.co.nz] has joined #code
02:23 Ortiha [orthianz@Nightstar-4d1f7850.xnet.co.nz] has quit [Ping timeout: 121 seconds]
03:38 RichardBarrell [mycatverbs@Nightstar-d2375eea.bb.sky.com] has quit [Ping timeout: 121 seconds]
04:08 RichardBarrell [mycatverbs@Nightstar-d2375eea.bb.sky.com] has joined #code
05:08 RichardBarrell [mycatverbs@Nightstar-d2375eea.bb.sky.com] has quit [Ping timeout: 121 seconds]
05:22 Kindamoody is now known as Kindamoody[zZz]
05:22 SmithKurosaki [smith@Nightstar-8ff23d84.dsl.teksavvy.com] has quit [Operation timed out]
05:22 RichardBarrell [mycatverbs@Nightstar-d2375eea.bb.sky.com] has joined #code
05:33 cpux is now known as shade_of_cpux
05:59 RichardBarrell [mycatverbs@Nightstar-d2375eea.bb.sky.com] has quit [Connection closed]
06:13 celticminstrel [celticminst@Nightstar-f8b608eb.cable.rogers.com] has quit [[NS] Quit: And lo! The computer falls into a deep sleep, to awake again some other day!]
06:17 Janus [NSjavaIRC@Nightstar-283cd59d.clmboh.sbcglobal.net] has joined #code
06:18 * Janus reinvented numbers! They're almost as good as normal numbers now!
06:23
<@Vornicus>
heh
06:23
< Janus>
Doin' the * and / operations for fixed point was kind of tricksy though. Um. They look right I guess
06:24 JBeshir [namegduf@Nightstar-5c10d129.beshir.org] has joined #code
06:24 JBeshir [namegduf@Nightstar-5c10d129.beshir.org] has quit [[NS] Quit: leaving]
06:34 SmithKurosaki [smith@Nightstar-8ff23d84.dsl.teksavvy.com] has joined #code
06:37 * Janus sticks a /444 after pastebin.starforge. It is the most boring thing that was probably unnecessary! And by extension making it fun
06:40
< Janus>
Actually there is a reason I'd want anyone to see that. I was wondering. If a proffessional programmer hire guy dude looked at that, what would they think? It's so hard finding out what employers'd wanna see
06:44
<@Vornicus>
NEED COMMENTS
06:47
< Janus>
I can never think of anything witty to comment with though...
06:47
<@Vornicus>
Who cares if it's witty.
06:49
< Janus>
I guess I don't! Where's it need them the most though? I mean, I probably should put one in the * functions, since they lose at least some data everytime
06:50
< Janus>
Aha, the physics simulation loop thing, I went a little overboard with them, doing a comment for each line. Had to go back and delete a few of the sillier "// adds 1 to 'i'" comments
06:51
<@Vornicus>
Every function needs to have doecumentation comments.
06:51
<@Vornicus>
especially public ones.
06:52
< Namegduf>
// See code.
06:54 * Vornicus bites namegduf's arm off.
06:54
<@Kazriko>
/* dewibblywobblytimeywimey(); de-wibblys the wibbly-wobbly, de-timeys the timey-wimey. */
06:54
< Janus>
Okay, gonna add some in.
06:55
< Namegduf>
// Iterate iterates.
06:55
< Namegduf>
// Add adds.
06:57
< Janus>
Anything else though?
06:58 * Janus was a little dissappointed he didn't get to nest :? statements. This seemed like a thing where he could nest so many of those
06:59
<@Vornicus>
Well, you should generally say, for a function: what are its inputs? Its outputs? What kinds of objects does it accept or produce? What errors does it produce? What external conditions have to be met before calling? What external conditions change because of this function?
07:00
<@Vornicus>
Those last two, very often there won't be any.
07:01 Orthia [orthianz@Nightstar-811d2451.xnet.co.nz] has quit [Client closed the connection]
07:02
< Janus>
Yeah, I think I only ever had to mess with those last two, with a image loading class. Spent 90% of the time getting rid of the external condition bit
07:05
< Janus>
... which has no documentation. ... how do I use this thing again?
07:08 Orthia [orthianz@Nightstar-811d2451.xnet.co.nz] has joined #code
07:10 Orthia [orthianz@Nightstar-811d2451.xnet.co.nz] has quit [Client closed the connection]
07:12
< Janus>
oop... division hits a bit of an overflow if it tries to do something close to half a million. Then again, if anything goes beyond that range, something broke anyway. And having it round around won't hurt anything maybe
07:14 * Janus is the definition of coding excellence, producing programs that are sturdy and safe.
07:17 Orthia [orthianz@Nightstar-811d2451.xnet.co.nz] has joined #code
07:24 Syloqs-AFH [Syloq@NetworkAdministrator.Nightstar.Net] has quit [Connection closed]
07:31 Syloqs_AFH [Syloq@NetworkAdministrator.Nightstar.Net] has joined #code
07:32 Syloqs_AFH is now known as Syloqs-AFH
08:18 Janus [NSjavaIRC@Nightstar-283cd59d.clmboh.sbcglobal.net] has quit [[NS] Quit: Nightstar's Java Chat http://www.nightstar.net]
08:18 kwsn [lets_go_aves@Nightstar-5a8951e9.res.rr.com] has quit [Ping timeout: 121 seconds]
09:29 DBot [Reiver@Nightstar-840ecf44.xnet.co.nz] has joined #code
09:31 DiceBot [Reiver@Nightstar-a2d73788.xnet.co.nz] has quit [Ping timeout: 121 seconds]
09:31 DBot is now known as DiceBot
09:32 Reiver [reaverta@ServerAdministrator.Nightstar.Net] has quit [Ping timeout: 121 seconds]
09:36 Reiver [reaverta@ServerAdministrator.Nightstar.Net] has joined #code
09:36 mode/#code [+qo Reiver Reiver] by ChanServ
10:22 You're now known as TheWatcher
10:28 Kindamoody[zZz] is now known as Kindamoody|work
10:32 PinkFreud [WhyNot@NetworkAdministrator.Nightstar.Net] has quit [Ping timeout: 121 seconds]
10:37 Attilla [Obsolete@FBC920.642D35.7C1EAD.03AE08] has joined #code
10:37 mode/#code [+o Attilla] by Reiver
11:29 Serah [Stalker@3A600C.A966FF.5BF32D.8E7ABA] has quit [Ping timeout: 121 seconds]
11:31 Rhamphoryncus [rhamph@Nightstar-473f8685.abhsia.telus.net] has quit [Client exited]
12:06 Attilla_ [Obsolete@FBC920.642D35.7C1EAD.03AE08] has joined #code
12:06 Attilla [Obsolete@FBC920.642D35.7C1EAD.03AE08] has quit [Ping timeout: 121 seconds]
12:11 Attilla_ [Obsolete@FBC920.642D35.7C1EAD.03AE08] has quit [Ping timeout: 121 seconds]
12:15 Attilla [Obsolete@FBC920.642D35.7C1EAD.03AE08] has joined #code
12:15 mode/#code [+o Attilla] by Reiver
12:21 Serah [Stalker@26ECB6.A4B64C.298B52.D80DA0] has joined #code
12:24 Attilla [Obsolete@FBC920.642D35.7C1EAD.03AE08] has quit [Ping timeout: 121 seconds]
12:25 Attilla [Obsolete@FBC920.642D35.7C1EAD.03AE08] has joined #code
12:25 mode/#code [+o Attilla] by Reiver
14:05 gnolam [lenin@Nightstar-38637aa0.priv.bahnhof.se] has joined #code
14:19 celticminstrel [celticminstre@Nightstar-f8b608eb.cable.rogers.com] has joined #code
15:02 PinkFreud [WhyNot@NetworkAdministrator.Nightstar.Net] has joined #code
15:10 Taki^ [Taki@Nightstar-0816732d.consolidated.net] has quit [Ping timeout: 121 seconds]
15:20 Tarinaky [Tarinaky@Nightstar-f349ca6d.plus.com] has joined #code
17:23 Tarinaky [Tarinaky@Nightstar-f349ca6d.plus.com] has quit [Client closed the connection]
17:28 kwsn [lets_go_ave@Nightstar-5a8951e9.res.rr.com] has joined #code
17:31 Kindamoody|work is now known as Kindamoody
17:57 RichardBarrell [mycatverbs@Nightstar-d2375eea.bb.sky.com] has joined #code
18:15 RichardBarrell [mycatverbs@Nightstar-d2375eea.bb.sky.com] has quit [Connection closed]
18:26 Attilla [Obsolete@FBC920.642D35.7C1EAD.03AE08] has quit [Client closed the connection]
18:27 Attilla [Obsolete@FBC920.642D35.7C1EAD.03AE08] has joined #code
18:27 mode/#code [+o Attilla] by Reiver
18:27 Attilla [Obsolete@FBC920.642D35.7C1EAD.03AE08] has quit [Client closed the connection]
18:28 Attilla [Obsolete@FBC920.642D35.7C1EAD.03AE08] has joined #code
18:28 mode/#code [+o Attilla] by Reiver
18:30 Anno[Laptop] [annodomini@Nightstar-606e76a5.icpnet.pl] has joined #code
18:58 Attilla_ [Obsolete@FBC920.642D35.7C1EAD.03AE08] has joined #code
18:59 Attilla [Obsolete@FBC920.642D35.7C1EAD.03AE08] has quit [Ping timeout: 121 seconds]
20:16 Rhamphoryncus [rhamph@Nightstar-473f8685.abhsia.telus.net] has joined #code
22:41 RichardBarrell [mycatverbs@Nightstar-d2375eea.bb.sky.com] has joined #code
22:41 Attilla_ is now known as Attilla
23:04 Kindamoody is now known as Kimo|afk
23:42 shade_of_cpux is now known as cpux
23:45 SmithKurosaki [smith@Nightstar-8ff23d84.dsl.teksavvy.com] has quit [Ping timeout: 121 seconds]
--- Log closed Thu Dec 30 00:00:31 2010
code logs -> 2010 -> Wed, 29 Dec 2010< code.20101228.log - code.20101230.log >