OOP344 - Team Nothing IRC Logs - 20102

From CDOT Wiki
Jump to: navigation, search

Team Nothing

Chat Logs

30-May-10 Channel: #Team-Nothing

Session Start: Sun May 30 19:06:27 2010
Session Ident: #team-nothing
[19:06] * Now talking in #team-nothing
[19:06] * barjavel.freenode.net sets mode: +ns
[19:07] -> *chanserv* help register
[19:09] * sinker (~sinker@CPE002129c879f5-CM0014e826c482.cpe.net.cable.rogers.com) has joined #team-nothing
[19:09] * acchung1 sets mode: +o sinker
[19:09] * acchung1 sets mode: +v acchung1
[19:09] <@acchung1> i think it's better to discuss it here since fardad isn't here
[19:10] <@acchung1> not necessary for other people to see our discussion
[19:10] * danapao (~chatzilla@CPE001cf0f6cc86-CM0011ae9081e8.cpe.net.cable.rogers.com) has joined #team-nothing
[19:10] <@sinker> do you prefer underscores or capitals, ie, some_function or someFunction?
[19:10] <@acchung1> i prefer the 2nd
[19:11] <danapao> senond
[19:11] <danapao> then for variables ...we can do prof way saying
[19:11] <danapao> int a;
[19:11] <danapao> int b;
[19:11] <@acchung1> Spacing wise i don't mind... I was taught to do 3 spaces
[19:11] <@acchung1> spacing as in indent
[19:13] <@acchung1> who else are we missing?
[19:13] <@sinker> i prefer the second way too but fardad's function names use underscores, so do you want to use underscores for functions and the other way for variables?
[19:13] <@acchung1> hm
[19:14] <@acchung1> Sure, I don't have any problem with that
[19:14] <@acchung1> Function: This_Function
[19:14] <@acchung1> Variable: thisVariable
[19:14] <@acchung1> like that right?
[19:14] <@sinker> yeah but all lowercase for the functions
[19:15] <@acchung1> ah all lowercase
[19:15] <@acchung1> k
[19:15] <danapao> ok
[19:15] <@acchung1> i have no problem with that
[19:15] <@sinker> that way we can easily identify a function vs. a variable name
[19:15] <danapao> true
[19:16] <@sinker> some_function and someVariable
[19:16] <@acchung1> alright
[19:18] <danapao> k
[19:18] <@acchung1> so all variables are the same or should we do something different with public and private variables?
[19:19] <@sinker> all the same would be simpler
[19:19] <@acchung1> alright
[19:19] <danapao> agree
[19:21] <@acchung1> alright how about indenting?
[19:21] <@acchung1> i usually use 3 spaces
[19:22] <@sinker> i'm ok with 3
[19:22] <danapao> im ok with 3
[19:22] <@acchung1> alright
[19:23] <danapao> did u guys got ur accounts?
[19:23] <@sinker> no
[19:23] <@acchung1> nope
[19:24] <danapao> ok
[19:24] <@acchung1> robin is on
[19:24] <@acchung1> how about commenting?
[19:25] * imadorki3 (~androirc@24.114.232.38) has joined #team-nothing
[19:25] <@acchung1> hi
[19:25] <imadorki3> hii
[19:26] <imadorki3> is he going to be on?
[19:26] <@acchung1> so basically since fardad isn't here, we are discussing about the rules and conventions we will be using when we are coding
[19:26] <@acchung1> doubt it
[19:26] <@acchung1> but we are using this time to do the rules and conventions
[19:26] <imadorki3> this is lame! blahh..
[19:26] <@acchung1> lol
[19:27] <@acchung1> well we need to do this before we start working on the project, the sooner we have it done the better
[19:27] <imadorki3> ohhkay sounds good
[19:27] <@acchung1> so basically
[19:27] <@acchung1> we did some stuff
[19:27] <@sinker> imadorki3: do you want to discuss how to bake a cake? :)
[19:27] <@acchung1> lol
[19:28] <imadorki3> I think ill pass with the cake baking lol
[19:28] <@acchung1> Function Naming Convention: int function_name()
[19:28] <@acchung1> imadorki3: any problems with that?
[19:29] <imadorki3> nopee
[19:29] <@acchung1> ok
[19:29] <@acchung1> for variable we did
[19:29] <@acchung1> variableName
[19:29] <@acchung1> and each variable will be on it's own line
[19:29] <@acchung1> int a;
[19:29] <@acchung1> int b;
[19:29] <@acchung1> indentation wise, we said we are going to use 3 spaces
[19:30] <@acchung1> any objections?
[19:30] <imadorki3> sounds good so far: )
[19:30] <@acchung1> okay
[19:30] <@sinker> or just var if it's a simple variable name like cat or dog
[19:30] <@acchung1> yep
[19:31] <@sinker> varName for compound variable names
[19:31] <imadorki3> yessirs!
[19:31] <@acchung1> k
[19:31] <@acchung1> so on to commenting
[19:32] <@acchung1> the file heading
[19:33] <imadorki3> what format do you guys want to use?
[19:33] <@acchung1> I usually do this
[19:33] <@acchung1>  * File Name: example.cpp
[19:33] <@acchung1>  * Author: Name (senecaid)
[19:33] <@acchung1>  * Create Date: 23-May-10
[19:33] <@acchung1>  * Last Modified Date: 11-Nov-10
[19:33] <@acchung1>  * Description: blah blah blah
[19:33] <@acchung1>  */
[19:33] * danapao_ (~chatzilla@CPE001cf0f6cc86-CM0011ae9081e8.cpe.net.cable.rogers.com) has joined #team-nothing
[19:33] <@acchung1> lol
[19:33] <danapao_> i got kick out
[19:33] <@acchung1> nice
[19:33] <@acchung1> you're still here for me
[19:34] * Retrieving #team-nothing modes...
[19:34] * acchung1 sets mode: +t-n
[19:34] <@acchung1> What was that site that fardad used for copy and paste?
[19:35] <@sinker> pastebin.com
[19:35] <imadorki3> what about individual comments per function?
[19:35] <@acchung1> thanks
[19:35] <imadorki3> that's a good idea, I'm not takibg note of this: )
[19:35] <@acchung1> http://pastebin.com/Ns3REB7p
[19:36] <@acchung1> don't worry i am
[19:36] <@acchung1> i got the chat log and i'm doing the wiki as we are agreeing on things
[19:36] * danapao (~chatzilla@CPE001cf0f6cc86-CM0011ae9081e8.cpe.net.cable.rogers.com) Quit (Ping timeout: 276 seconds�)
[19:36] * danapao_ is now known as danapao
[19:36] <@sinker> that looks ok for file headers
[19:37] <imadorki3> kayyy cause I'm on irc on my phone :S
[19:37] <imadorki3> agreed
[19:37] <@acchung1> http://pastebin.com/NTSfJTgx for each function
[19:37] <danapao> my irc server is acting weird
[19:37] <@acchung1> i don't think we should comment each line, instead we should just comment the function
[19:38] <imadorki3> yeahh agreed
[19:38] <@acchung1> because i think we should more or less understand the lines if we know what the function does
[19:38] <imadorki3> that's what I did
[19:38] <danapao> k agree
[19:38] <@acchung1> k
[19:38] <@acchung1> kerry?
[19:38] <@acchung1> er
[19:38] <@acchung1> sinker?
[19:38] <@acchung1> sinker: any problems?
[19:38] <@sinker> agree
[19:39] <@acchung1> k
[19:39] <danapao> so thats it?
[19:39] <@acchung1> one more that i can think of
[19:39] <@sinker> I suggest comments to describe functions and purpose of variable
[19:40] <@acchung1> purpose of variable?
[19:40] <@acchung1> ex?
[19:41] <@sinker> what the variable will be used for or what it will contain
[19:41] <@sinker> i don't mean the type
[19:42] <imadorki3>  I think that having the purpose of each function is good enough, as well, following the purpose of te fuction rhere should be a list of variables used within that function
[19:42] <@sinker> in the comments?
[19:42] <@acchung1> sinker: I get what you mean... but do we put the meaning of the variable comment beside the variables or in the commenting block of each function?
[19:42] <imadorki3> eg. function name
[19:43] <imadorki3> purpose
[19:43] <@acchung1> so in the purpose
[19:43] <imadorki3> variables in function
[19:43] <@acchung1> AH
[19:43] <imadorki3> purpose
[19:43] <imadorki3> yeah
[19:43] <imadorki3> function comment block
[19:43] <@acchung1> ok
[19:44] <@acchung1> http://pastebin.com/L2vvT8Bm
[19:44] <@sinker> ok we can state the purpose of the variable as we name them in the function comments
[19:44] <@acchung1> something like that?
[19:44] <@acchung1> http://pastebin.com/vFGUw0PH
[19:44] <@sinker> yeah, ok
[19:44] <@acchung1> ?
[19:45] <danapao> yep
[19:45] <imadorki3> sorry guys I'm typing on my phone and ny thumbsare starting to hurt
[19:46] <@sinker> how about this style for braces { }  http://pastebin.com/fCrsvVzS
[19:46] <imadorki3> I can't see the link
[19:46] <imadorki3> or rather I can't click on the links
[19:46] <@acchung1> lol
[19:46] <@sinker> imadorki3: lol
[19:46] <@acchung1> Look on the wiki
[19:46] <@acchung1> i'll save it now
[19:46] <imadorki3> I canttttt
[19:47] <imadorki3> I'm on my phone I can't go on lol
[19:47] <@acchung1> lol
[19:47] <@sinker> imadorki3: look later :)
[19:47] <@acchung1> well check later
[19:47] <@acchung1> yep
[19:47] <imadorki3> okayyy sounds good
[19:47] <@acchung1> Sinker: I actually prefer something different
[19:47] <imadorki3> what else is there...hmm
[19:48] <@acchung1> http://pastebin.com/qQYFa8cA
[19:48] <@acchung1> i prefer that
[19:48] <@acchung1> so it is easier to see when it opens and closes
[19:48] <@acchung1> also so that we won't "miss" a brace
[19:48] <danapao> good idea
[19:49] <@sinker> acchung1: ok, that's true about keeping track of open and close
[19:49] <danapao> is there anything else because i g2g in a few mins?
[19:50] <@acchung1> hm
[19:50] <@acchung1> if it is 1 line should we use the {}?
[19:50] <@acchung1> always use it is my answer but i want to see what you guys think
[19:51] <@sinker> i'm having second thoughts about the var naming. should we keep it similar to the function naming?
[19:52] <imadorki3> I like to use the braces regardless, its just easier to read I think..
[19:52] <@acchung1> ookay
[19:52] <@sinker> acchung1: for one line you don't really need it but we can use them just in case more code gets added later...
[19:52] <@acchung1> so always use it
[19:53] <@sinker> that way they don't get forgotten
[19:53] <@acchung1> okay
[19:53] <@acchung1> and i don't mind for the variables
[19:53] <@acchung1> either way is fine
[19:54] <@sinker> ok let's do it similar to the functions so our code looks cleaner and more consistent
[19:54] <@acchung1> alright
[19:54] <@acchung1> any objections?
[19:54] <danapao> nope
[19:55] <imadorki3> yes
[19:55] <imadorki3> no I'm joking
[19:55] <@sinker> one other thing..
[19:55] <imadorki3> lol
[19:55] <imadorki3> yess?
[19:55] <@sinker> naming for conditional comolation
[19:55] <@sinker> compilation
[19:56] <@acchung1> ?
[19:56] <imadorki3> I'm just as confused lol.
[19:56] <@sinker> in the course notes they give an example: #define _abc_h_
[19:57] <danapao> whats that?
[19:57] <@acchung1> the thing fardad did?
[19:57] <@acchung1> i think i'm getting sick lol
[19:57] <@sinker> yeah
[19:57] <@acchung1> freezing, brb
[19:57] <@sinker> we can talk about that one later
[19:57] <danapao> o that #ifndef _HEADER_H
[19:58] <danapao> then blah
[19:58] <danapao> i google it to find out what u mean
[19:58] <@sinker> yeah, to make it something unique
[19:58] <@acchung1> lol
[19:58] <imadorki3> how did you want to name it?
[19:58] <@sinker> see page 11 in the notes if you have them
[19:58] <@acchung1> i like the _header_h
[19:59] <imadorki3> ill check it out later I guess
[19:59] <danapao> lol
[19:59] <imadorki3> :)
[19:59] <@acchung1> lol
[19:59] <@acchung1> should i register this channel?
[19:59] <@sinker> i was thinking of using our team initials in it somehow to make it unique
[19:59] <@acchung1> _tn_header_h
[19:59] <@acchung1> ?
[19:59] <danapao> yeah
[20:00] <danapao> thats a good idea
[20:00] <@acchung1> or _TN_header_h
[20:00] <@acchung1> or all caps
[20:00] <@sinker> yeah but with an underscore at the end too
[20:00] <@sinker> i think lowercase
[20:00] <@sinker> all lowercase
[20:01] <danapao> ok kids ( even tough i might be the youngest) i g2g
[20:01] <@sinker> _tn_headerabc_h_
[20:01] <@acchung1> alright
[20:01] <@acchung1> danapao: later
[20:01] <@sinker> danapao: bye
[20:02] * danapao (~chatzilla@CPE001cf0f6cc86-CM0011ae9081e8.cpe.net.cable.rogers.com) Quit (Quit: ChatZilla 0.9.86 [Firefox 3.6.3/20100401080539]�)
[20:02] <@acchung1> so anything else?
[20:02] <@sinker> i that's good for now
[20:03] <@acchung1> alright
[20:03] <imadorki3> I thi k I need to go now too, time to go home: ) ill check this convo out later once I get home, so I have a better idea of what you guys are talking about!
[20:03] <@acchung1> bye
[20:03] <@sinker> acchung1: can you add your suggestions for coding style to the team wiki?
[20:03] <imadorki3> byeeee!
[20:03] <@acchung1> doign it right now
[20:04] <@acchung1> imadorki3: bye
[20:04] <@sinker> imadorki3: bye
[20:04] * imadorki3 (~androirc@24.114.232.38) Quit (Quit: Bye)
[20:04] <@acchung1> it should be up in a few once i do the conditional thing
[20:04] <@sinker> acchung1: are you adding everything we talked about?
[20:05] <@acchung1> yep
[20:05] <@acchung1> this will go intot he irc chat log
[20:05] <@sinker> acchung1: ok, thanks..did you create a log file?
[20:05] <@acchung1> yep
[20:06] <@sinker> acchung1: i'm going to get going
[20:06] <@acchung1> alright
[20:06] <@acchung1> see you later
[20:07] -> *chanserv* register help
[20:07] <@sinker> i'll see you wed in class
[20:07] <@acchung1> see you wed in class
[20:07] * @sinker (~sinker@CPE002129c879f5-CM0014e826c482.cpe.net.cable.rogers.com) has left #team-nothing
Session Close: Sun May 30 20:08:16 2010


10-June-10 Channel: #Team-Nothing

Session Start: Sun May 30 19:06:27 2010
Session Ident: #team-nothing
[19:06] * Now talking in #team-nothing
[19:06] * barjavel.freenode.net sets mode: +ns
[19:07] -> *chanserv* help register
[19:09] * sinker (~sinker@CPE002129c879f5-CM0014e826c482.cpe.net.cable.rogers.com) has joined #team-nothing
[19:09] * acchung1 sets mode: +o sinker
[19:09] * acchung1 sets mode: +v acchung1
[19:09] <@acchung1> i think it's better to discuss it here since fardad isn't here
[19:10] <@acchung1> not necessary for other people to see our discussion
[19:10] * danapao (~chatzilla@CPE001cf0f6cc86-CM0011ae9081e8.cpe.net.cable.rogers.com) has joined #team-nothing
[19:10] <@sinker> do you prefer underscores or capitals, ie, some_function or someFunction?
[19:10] <@acchung1> i prefer the 2nd
[19:11] <danapao> senond
[19:11] <danapao> then for variables ...we can do prof way saying
[19:11] <danapao> int a;
[19:11] <danapao> int b;
[19:11] <@acchung1> Spacing wise i don't mind... I was taught to do 3 spaces
[19:11] <@acchung1> spacing as in indent
[19:13] <@acchung1> who else are we missing?
[19:13] <@sinker> i prefer the second way too but fardad's function names use underscores, so do you want to use underscores for functions and the other way for variables?
[19:13] <@acchung1> hm
[19:14] <@acchung1> Sure, I don't have any problem with that
[19:14] <@acchung1> Function: This_Function
[19:14] <@acchung1> Variable: thisVariable
[19:14] <@acchung1> like that right?
[19:14] <@sinker> yeah but all lowercase for the functions
[19:15] <@acchung1> ah all lowercase
[19:15] <@acchung1> k
[19:15] <danapao> ok
[19:15] <@acchung1> i have no problem with that
[19:15] <@sinker> that way we can easily identify a function vs. a variable name
[19:15] <danapao> true
[19:16] <@sinker> some_function and someVariable
[19:16] <@acchung1> alright
[19:18] <danapao> k
[19:18] <@acchung1> so all variables are the same or should we do something different with public and private variables?
[19:19] <@sinker> all the same would be simpler
[19:19] <@acchung1> alright
[19:19] <danapao> agree
[19:21] <@acchung1> alright how about indenting?
[19:21] <@acchung1> i usually use 3 spaces
[19:22] <@sinker> i'm ok with 3
[19:22] <danapao> im ok with 3
[19:22] <@acchung1> alright
[19:23] <danapao> did u guys got ur accounts?
[19:23] <@sinker> no
[19:23] <@acchung1> nope
[19:24] <danapao> ok
[19:24] <@acchung1> robin is on
[19:24] <@acchung1> how about commenting?
[19:25] * imadorki3 (~androirc@24.114.232.38) has joined #team-nothing
[19:25] <@acchung1> hi
[19:25] <imadorki3> hii
[19:26] <imadorki3> is he going to be on?
[19:26] <@acchung1> so basically since fardad isn't here, we are discussing about the rules and conventions we will be using when we are coding
[19:26] <@acchung1> doubt it
[19:26] <@acchung1> but we are using this time to do the rules and conventions
[19:26] <imadorki3> this is lame! blahh..
[19:26] <@acchung1> lol
[19:27] <@acchung1> well we need to do this before we start working on the project, the sooner we have it done the better
[19:27] <imadorki3> ohhkay sounds good
[19:27] <@acchung1> so basically
[19:27] <@acchung1> we did some stuff
[19:27] <@sinker> imadorki3: do you want to discuss how to bake a cake? :)
[19:27] <@acchung1> lol
[19:28] <imadorki3> I think ill pass with the cake baking lol
[19:28] <@acchung1> Function Naming Convention: int function_name()
[19:28] <@acchung1> imadorki3: any problems with that?
[19:29] <imadorki3> nopee
[19:29] <@acchung1> ok
[19:29] <@acchung1> for variable we did
[19:29] <@acchung1> variableName
[19:29] <@acchung1> and each variable will be on it's own line
[19:29] <@acchung1> int a;
[19:29] <@acchung1> int b;
[19:29] <@acchung1> indentation wise, we said we are going to use 3 spaces
[19:30] <@acchung1> any objections?
[19:30] <imadorki3> sounds good so far: )
[19:30] <@acchung1> okay
[19:30] <@sinker> or just var if it's a simple variable name like cat or dog
[19:30] <@acchung1> yep
[19:31] <@sinker> varName for compound variable names
[19:31] <imadorki3> yessirs!
[19:31] <@acchung1> k
[19:31] <@acchung1> so on to commenting
[19:32] <@acchung1> the file heading
[19:33] <imadorki3> what format do you guys want to use?
[19:33] <@acchung1> I usually do this
[19:33] <@acchung1>  * File Name: example.cpp
[19:33] <@acchung1>  * Author: Name (senecaid)
[19:33] <@acchung1>  * Create Date: 23-May-10
[19:33] <@acchung1>  * Last Modified Date: 11-Nov-10
[19:33] <@acchung1>  * Description: blah blah blah
[19:33] <@acchung1>  */
[19:33] * danapao_ (~chatzilla@CPE001cf0f6cc86-CM0011ae9081e8.cpe.net.cable.rogers.com) has joined #team-nothing
[19:33] <@acchung1> lol
[19:33] <danapao_> i got kick out
[19:33] <@acchung1> nice
[19:33] <@acchung1> you're still here for me
[19:34] * Retrieving #team-nothing modes...
[19:34] * acchung1 sets mode: +t-n
[19:34] <@acchung1> What was that site that fardad used for copy and paste?
[19:35] <@sinker> pastebin.com
[19:35] <imadorki3> what about individual comments per function?
[19:35] <@acchung1> thanks
[19:35] <imadorki3> that's a good idea, I'm not takibg note of this: )
[19:35] <@acchung1> http://pastebin.com/Ns3REB7p
[19:36] <@acchung1> don't worry i am
[19:36] <@acchung1> i got the chat log and i'm doing the wiki as we are agreeing on things
[19:36] * danapao (~chatzilla@CPE001cf0f6cc86-CM0011ae9081e8.cpe.net.cable.rogers.com) Quit (Ping timeout: 276 seconds�)
[19:36] * danapao_ is now known as danapao
[19:36] <@sinker> that looks ok for file headers
[19:37] <imadorki3> kayyy cause I'm on irc on my phone :S
[19:37] <imadorki3> agreed
[19:37] <@acchung1> http://pastebin.com/NTSfJTgx for each function
[19:37] <danapao> my irc server is acting weird
[19:37] <@acchung1> i don't think we should comment each line, instead we should just comment the function
[19:38] <imadorki3> yeahh agreed
[19:38] <@acchung1> because i think we should more or less understand the lines if we know what the function does
[19:38] <imadorki3> that's what I did
[19:38] <danapao> k agree
[19:38] <@acchung1> k
[19:38] <@acchung1> kerry?
[19:38] <@acchung1> er
[19:38] <@acchung1> sinker?
[19:38] <@acchung1> sinker: any problems?
[19:38] <@sinker> agree
[19:39] <@acchung1> k
[19:39] <danapao> so thats it?
[19:39] <@acchung1> one more that i can think of
[19:39] <@sinker> I suggest comments to describe functions and purpose of variable
[19:40] <@acchung1> purpose of variable?
[19:40] <@acchung1> ex?
[19:41] <@sinker> what the variable will be used for or what it will contain
[19:41] <@sinker> i don't mean the type
[19:42] <imadorki3>  I think that having the purpose of each function is good enough, as well, following the purpose of te fuction rhere should be a list of variables used within that function
[19:42] <@sinker> in the comments?
[19:42] <@acchung1> sinker: I get what you mean... but do we put the meaning of the variable comment beside the variables or in the commenting block of each function?
[19:42] <imadorki3> eg. function name
[19:43] <imadorki3> purpose
[19:43] <@acchung1> so in the purpose
[19:43] <imadorki3> variables in function
[19:43] <@acchung1> AH
[19:43] <imadorki3> purpose
[19:43] <imadorki3> yeah
[19:43] <imadorki3> function comment block
[19:43] <@acchung1> ok
[19:44] <@acchung1> http://pastebin.com/L2vvT8Bm
[19:44] <@sinker> ok we can state the purpose of the variable as we name them in the function comments
[19:44] <@acchung1> something like that?
[19:44] <@acchung1> http://pastebin.com/vFGUw0PH
[19:44] <@sinker> yeah, ok
[19:44] <@acchung1> ?
[19:45] <danapao> yep
[19:45] <imadorki3> sorry guys I'm typing on my phone and ny thumbsare starting to hurt
[19:46] <@sinker> how about this style for braces { }  http://pastebin.com/fCrsvVzS
[19:46] <imadorki3> I can't see the link
[19:46] <imadorki3> or rather I can't click on the links
[19:46] <@acchung1> lol
[19:46] <@sinker> imadorki3: lol
[19:46] <@acchung1> Look on the wiki
[19:46] <@acchung1> i'll save it now
[19:46] <imadorki3> I canttttt
[19:47] <imadorki3> I'm on my phone I can't go on lol
[19:47] <@acchung1> lol
[19:47] <@sinker> imadorki3: look later :)
[19:47] <@acchung1> well check later
[19:47] <@acchung1> yep
[19:47] <imadorki3> okayyy sounds good
[19:47] <@acchung1> Sinker: I actually prefer something different
[19:47] <imadorki3> what else is there...hmm
[19:48] <@acchung1> http://pastebin.com/qQYFa8cA
[19:48] <@acchung1> i prefer that
[19:48] <@acchung1> so it is easier to see when it opens and closes
[19:48] <@acchung1> also so that we won't "miss" a brace
[19:48] <danapao> good idea
[19:49] <@sinker> acchung1: ok, that's true about keeping track of open and close
[19:49] <danapao> is there anything else because i g2g in a few mins?
[19:50] <@acchung1> hm
[19:50] <@acchung1> if it is 1 line should we use the {}?
[19:50] <@acchung1> always use it is my answer but i want to see what you guys think
[19:51] <@sinker> i'm having second thoughts about the var naming. should we keep it similar to the function naming?
[19:52] <imadorki3> I like to use the braces regardless, its just easier to read I think..
[19:52] <@acchung1> ookay
[19:52] <@sinker> acchung1: for one line you don't really need it but we can use them just in case more code gets added later...
[19:52] <@acchung1> so always use it
[19:53] <@sinker> that way they don't get forgotten
[19:53] <@acchung1> okay
[19:53] <@acchung1> and i don't mind for the variables
[19:53] <@acchung1> either way is fine
[19:54] <@sinker> ok let's do it similar to the functions so our code looks cleaner and more consistent
[19:54] <@acchung1> alright
[19:54] <@acchung1> any objections?
[19:54] <danapao> nope
[19:55] <imadorki3> yes
[19:55] <imadorki3> no I'm joking
[19:55] <@sinker> one other thing..
[19:55] <imadorki3> lol
[19:55] <imadorki3> yess?
[19:55] <@sinker> naming for conditional comolation
[19:55] <@sinker> compilation
[19:56] <@acchung1> ?
[19:56] <imadorki3> I'm just as confused lol.
[19:56] <@sinker> in the course notes they give an example: #define _abc_h_
[19:57] <danapao> whats that?
[19:57] <@acchung1> the thing fardad did?
[19:57] <@acchung1> i think i'm getting sick lol
[19:57] <@sinker> yeah
[19:57] <@acchung1> freezing, brb
[19:57] <@sinker> we can talk about that one later
[19:57] <danapao> o that #ifndef _HEADER_H
[19:58] <danapao> then blah
[19:58] <danapao> i google it to find out what u mean
[19:58] <@sinker> yeah, to make it something unique
[19:58] <@acchung1> lol
[19:58] <imadorki3> how did you want to name it?
[19:58] <@sinker> see page 11 in the notes if you have them
[19:58] <@acchung1> i like the _header_h
[19:59] <imadorki3> ill check it out later I guess
[19:59] <danapao> lol
[19:59] <imadorki3> :)
[19:59] <@acchung1> lol
[19:59] <@acchung1> should i register this channel?
[19:59] <@sinker> i was thinking of using our team initials in it somehow to make it unique
[19:59] <@acchung1> _tn_header_h
[19:59] <@acchung1> ?
[19:59] <danapao> yeah
[20:00] <danapao> thats a good idea
[20:00] <@acchung1> or _TN_header_h
[20:00] <@acchung1> or all caps
[20:00] <@sinker> yeah but with an underscore at the end too
[20:00] <@sinker> i think lowercase
[20:00] <@sinker> all lowercase
[20:01] <danapao> ok kids ( even tough i might be the youngest) i g2g
[20:01] <@sinker> _tn_headerabc_h_
[20:01] <@acchung1> alright
[20:01] <@acchung1> danapao: later
[20:01] <@sinker> danapao: bye
[20:02] * danapao (~chatzilla@CPE001cf0f6cc86-CM0011ae9081e8.cpe.net.cable.rogers.com) Quit (Quit: ChatZilla 0.9.86 [Firefox 3.6.3/20100401080539]�)
[20:02] <@acchung1> so anything else?
[20:02] <@sinker> i that's good for now
[20:03] <@acchung1> alright
[20:03] <imadorki3> I thi k I need to go now too, time to go home: ) ill check this convo out later once I get home, so I have a better idea of what you guys are talking about!
[20:03] <@acchung1> bye
[20:03] <@sinker> acchung1: can you add your suggestions for coding style to the team wiki?
[20:03] <imadorki3> byeeee!
[20:03] <@acchung1> doign it right now
[20:04] <@acchung1> imadorki3: bye
[20:04] <@sinker> imadorki3: bye
[20:04] * imadorki3 (~androirc@24.114.232.38) Quit (Quit: Bye�)
[20:04] <@acchung1> it should be up in a few once i do the conditional thing
[20:04] <@sinker> acchung1: are you adding everything we talked about?
[20:05] <@acchung1> yep
[20:05] <@acchung1> this will go intot he irc chat log
[20:05] <@sinker> acchung1: ok, thanks..did you create a log file?
[20:05] <@acchung1> yep
[20:06] <@sinker> acchung1: i'm going to get going
[20:06] <@acchung1> alright
[20:06] <@acchung1> see you later
[20:07] -> *chanserv* register help
[20:07] <@sinker> i'll see you wed in class
[20:07] -> *chanserv* register #Team-Nothing
[20:07] * ChanServ sets mode: -s+nc
[20:07] <@acchung1> see you wed in class
[20:07] * @sinker (~sinker@CPE002129c879f5-CM0014e826c482.cpe.net.cable.rogers.com) has left #team-nothing
Session Close: Sun May 30 20:08:16 2010

Session Start: Sun May 30 20:08:17 2010
Session Ident: #Team-Nothing
[20:08] * Now talking in #Team-Nothing
[20:08] * barjavel.freenode.net sets mode: +ns
[20:08] * services. sets mode: -o acchung1
�05[20:08] -barjavel.freenode.net:#Team-Nothing- *** Notice -- TS for #Team-Nothing changed from 1275264497 to 1275260786
[20:08] * services. sets mode: +ct-s
[20:08] * ChanServ (ChanServ@services.) has joined #Team-Nothing
[20:08] * services. sets mode: +o ChanServ
[20:08] * @ChanServ (ChanServ@services.) has left #Team-Nothing
[20:08] * Retrieving #Team-Nothing modes...
Session Close: Sun May 30 20:08:33 2010

Session Start: Sun May 30 20:08:43 2010
Session Ident: #Team-Nothing
[20:08] * Now talking in #Team-Nothing
[20:08] * barjavel.freenode.net sets mode: +ns
[20:08] * services. sets mode: -o acchung1
�05[20:08] -barjavel.freenode.net:#Team-Nothing- *** Notice -- TS for #Team-Nothing changed from 1275264522 to 1275260786
[20:08] * services. sets mode: +ct-s
[20:08] * ChanServ (ChanServ@services.) has joined #Team-Nothing
[20:08] * services. sets mode: +o ChanServ
[20:08] * @ChanServ (ChanServ@services.) has left #Team-Nothing
[20:09] * Retrieving #Team-Nothing modes...
Session Close: Sun May 30 20:09:17 2010

Session Start: Sun May 30 20:09:24 2010
Session Ident: #team-nothing
[20:09] * Now talking in #team-nothing
[20:09] * barjavel.freenode.net sets mode: +ns
[20:09] * services. sets mode: -o acchung1
[20:09] -barjavel.freenode.net:#team-nothing- *** Notice -- TS for #team-nothing changed from 1275264563 to 1275260786
[20:09] * services. sets mode: +ct-s
[20:09] * ChanServ (ChanServ@services.) has joined #team-nothing
[20:09] * services. sets mode: +o ChanServ
[20:09] * @ChanServ (ChanServ@services.) has left #team-nothing
Session Close: Sun May 30 20:09:33 2010

Session Start: Sun May 30 20:09:57 2010
Session Ident: #Team-Nothing
[20:09] * Now talking in #Team-Nothing
[20:09] * barjavel.freenode.net sets mode: +ns
[20:09] * services. sets mode: -o acchung1
[20:09] -barjavel.freenode.net:#Team-Nothing- *** Notice -- TS for #Team-Nothing changed from 1275264596 to 1275260786
[20:09] * services. sets mode: +ct-s
[20:09] * ChanServ (ChanServ@services.) has joined #Team-Nothing
[20:09] * services. sets mode: +o ChanServ
[20:09] * @ChanServ (ChanServ@services.) has left #Team-Nothing
-
[20:10] acchung1 is ~acchung1@69-165-146-26.dsl.teksavvy.com * Alex Chung
[20:10] acchung1 on #Team-Nothing
[20:10] acchung1 using barjavel.freenode.net Paris, FR
[20:10] acchung1 is connecting from *@69-165-146-26.dsl.teksavvy.com 69.165.146.26
[20:10] acchung1 has been idle 7secs, signed on Sun May 30 18:55:06
[20:10] acchung1 is logged in as acchung1
[20:10] acchung1 End of /WHOIS list.
-
Session Close: Sun May 30 20:10:22 2010

Session Start: Sun May 30 20:11:08 2010
Session Ident: #Team-Nothing
[20:11] * Now talking in #Team-Nothing
[20:11] * barjavel.freenode.net sets mode: +ns
[20:11] * services. sets mode: -o acchung1
[20:11] -barjavel.freenode.net:#Team-Nothing- *** Notice -- TS for #Team-Nothing changed from 1275264667 to 1275260786
[20:11] * services. sets mode: +ct-s
[20:11] * ChanServ (ChanServ@services.) has joined #Team-Nothing
[20:11] * services. sets mode: +o ChanServ
[20:11] * @ChanServ (ChanServ@services.) has left #Team-Nothing
Session Close: Sun May 30 20:11:16 2010

Session Start: Sun May 30 20:31:43 2010
Session Ident: #team-nothing
[20:31] * Logging for #team-nothing started
Session Close: Sun May 30 20:31:46 2010

Session Start: Sun May 30 20:31:46 2010
Session Ident: #team-nothing
[20:31] * Disconnected
Session Close: Sun May 30 20:31:46 2010

Session Start: Thu Jun 03 18:24:22 2010
Session Ident: #team-nothing
[18:24] * Now talking in #team-nothing
[18:24] * anthony.freenode.net sets mode: +ns
[18:24] * services. sets mode: -o acchung1
[18:24] -anthony.freenode.net:#team-nothing- *** Notice -- TS for #team-nothing changed from 1275603862 to 1275260786
[18:24] * services. sets mode: +ct-s
[18:24] * ChanServ (ChanServ@services.) has joined #team-nothing
[18:24] * services. sets mode: +o ChanServ
[18:24] * @ChanServ (ChanServ@services.) has left #team-nothing
[18:24] <acchung1> !unregister
[18:25] -> *chanserv* drop
[18:25] -> *chanserv* drop #team-nothing
Session Close: Thu Jun 03 18:26:09 2010

Session Start: Thu Jun 03 18:26:12 2010
Session Ident: #team-nothing
[18:26] * Now talking in #team-nothing
[18:26] * anthony.freenode.net sets mode: +ns
[18:26] * Retrieving #team-nothing modes...
Session Close: Thu Jun 03 18:26:22 2010

Session Start: Thu Jun 03 20:11:35 2010
Session Ident: #team-nothing
[20:11] * Now talking in #team-nothing
[20:11] <acchung1> sorry
[20:11] <acchung1> lol i was in the shower and lost track of time
[20:11] <danapao> its ok
[20:12] <danapao> im late too lol
[20:12] <acchung1> lol
[20:12] <@sinker> how did you guys create your branches?
[20:12] <acchung1> what i did was
[20:12] <acchung1> my bad
[20:12] <acchung1> my irc frooze
[20:13] <Bhavanesh> i have not get SVN account yet so... no branches
[20:13] <acchung1> was checkout the whole respitory
[20:13] <acchung1> and that's how i got my branch
[20:13] <acchung1> then i just created a folder through the repo-browser
[20:13] <acchung1> and update
[20:14] <Bhavanesh> so have u committed anything?
[20:14] <acchung1> yeah
[20:15] <acchung1> the tester
[20:15] <imadorki3> question! are we to fix the code so that it follows our style... so like adding comments, fixing the curly braces etc?
[20:15] <acchung1> yeah
[20:15] <acchung1> well i didn't add comments yet
[20:15] <acchung1> i just fixed the spacing and braces
[20:15] <imadorki3> if we're to add function comments to each one, it would be quite repetitive =(
[20:16] <acchung1> i think we should just add comments to "our" functions
[20:16] <acchung1> that way we know that something changed or what that function is used for
[20:16] <imadorki3> okay =)
[20:16] * Bhavanesh_ (~chatzilla@bas9-toronto63-1088799695.dsl.bell.ca) has joined #team-nothing
[20:17] <danapao> k
[20:17] <acchung1> anyways do the branches and commit
[20:17] <danapao> btw i dont have visual stdio so i will use putty then ftp then paste on the folder and blah
[20:18] <acchung1> whatever works for you
[20:18] <danapao> kk
[20:18] <imadorki3> i have visual studio and i have no idea how to use it so.... =/
[20:18] <acchung1> but i think he wants us to use visual studio i think
[20:18] <acchung1> it's the same as netbeans lol
[20:18] <imadorki3> ive never used netbeans either........ :(
[20:18] <danapao> yeah , i will get it probably next week
[20:18] <acchung1> ah
[20:19] * CloudScorpion (~CS@net1.senecac.on.ca) has joined #team-nothing
[20:19] <acchung1> sinker: you still here?
[20:19] * Bhavanesh (~chatzilla@bas9-toronto63-1088799695.dsl.bell.ca) Quit (Ping timeout: 240 seconds�)
[20:19] * Bhavanesh_ is now known as Bhavanesh
[20:19] <@sinker> acchung1: i did something similar to you when i checked out the code but...
[20:19] <acchung1> CloudScorpion: got nothing to do?
[20:19] <CloudScorpion> of course
[20:19] <acchung1> nice
[20:19] <acchung1> sinker: but?
[20:20] <Bhavanesh> we have to update something in fardad code or just commit 1-2 functions? right?
[20:20] <CloudScorpion> I am lord of all thing, do you have a question?
[20:20] <@sinker> i'm not sure how to add my folder under branches
[20:21] <imadorki3> i just right clicked branches and clicked add folder
[20:21] <imadorki3> or something
[20:21] <acchung1> i did it under the repo-browser
[20:21] <@sinker> i'll try that
[20:21] <acchung1> CloudScorpion: nah i don't question things, i go with the flow
[20:22] <CloudScorpion> understood
[20:22] <imadorki3> hey so um.... i'll do the windows platform
[20:22] <CloudScorpion> good choice
[20:23] <danapao> i will do bcc
[20:23] <CloudScorpion> ooo
[20:23] <CloudScorpion> bad choice
[20:23] <danapao> lmao y?
[20:23] <acchung1> Bhavanesh: sorry, we decided to commit towards each platform instead of functions
[20:23] <CloudScorpion> bcc is a museum piece, that thing is retarded old and really clunky
[20:23] <Bhavanesh> k
[20:24] <danapao> which one putty again ...linux?
[20:24] <acchung1> matrix is linus
[20:24] <acchung1> linux*
[20:24] <danapao> kk linux
[20:24] <danapao> i pick linux
[20:24] <acchung1> putty is just a client (correct me if i am wrong)
[20:24] <CloudScorpion> ok, thats 2nd best choice
[20:25] <CloudScorpion> nope that is right, putty is just an shh client
[20:25] <CloudScorpion> ssh*
[20:25] <CloudScorpion> anyways kidz, I gotsta go home, tired, finished my shift 30 mins ago...
[20:25] <CloudScorpion> cyaz
[20:25] * CloudScorpion (~CS@net1.senecac.on.ca) Quit (Quit: I am a prude and a heretic�)
[20:25] <acchung1> lates
[20:26] <acchung1> so anyways...
[20:26] <acchung1> anyone committed?
[20:27] <danapao> o we can commit now
[20:27] <acchung1> yeah
[20:27] <acchung1> i committed my stuff
[20:27] <danapao> i was waiting for signal or something
[20:27] <acchung1> i'll commit the .h file too
[20:27] <acchung1> unless sinker wants to do it
[20:27] <danapao> kk let me fix the braces
[20:27] <Bhavanesh> nah! without account i can not commit.
[20:28] <@sinker> acchung1: i'll do all of .h
[20:28] <acchung1> cool
[20:28] <acchung1> Bhavanesh: when you get an account, commit whatever is left (platform wise)
[20:29] <danapao> iof.c
[20:29] <danapao> right
[20:29] <acchung1> yeah
[20:29] <danapao> i only see  #include "iof.h"
[20:29] <acchung1> it's there
[20:29] <danapao> so im putting my part under it
[20:29] <acchung1> yeah
[20:29] <@sinker> i was thinking that we can comment the simple functions for the next part
[20:30] <danapao> or do i have to do update
[20:30] <Bhavanesh> i will prefer windows visual studio as i dont have linux and mac.
[20:30] <danapao> ?
[20:30] <@sinker> i haven't committed .h yet
[20:30] <acchung1> danapao: update first then commit your stuff after you pasted it in the updated .c file
[20:31] <danapao> ok this may sound stupid
[20:31] <danapao> how u update
[20:31] <danapao> all i see is checkout
[20:31] <acchung1> you need to checkout first
[20:31] <acchung1> before you can update
[20:31] <danapao> k the iof.c file or folder
[20:31] <acchung1> checkout basically "sets" that folder to be that svn
[20:33] <@sinker> QUESTION: are we leaving out all of the complex function stuff for now?
[20:34] <danapao> kk
[20:34] <danapao> i get an error
[20:34] <danapao> is already working for a different url
[20:35] <danapao> then it say finish
[20:35] <danapao> k got it
[20:37] <@sinker> QUESTION: are we leaving out all of the complex function stuff for now?
[20:37] <acchung1> hm
[20:37] <acchung1> i think we should put it in
[20:38] <acchung1> but not necessary for this saturday
[20:38] <acchung1> but we need it if we want to continue working
[20:38] <@sinker> ok, i'll leave the function prototyps in the .h
[20:39] <acchung1> yeah
[20:39] <acchung1> i'll update the tester
[20:39] <@sinker> i'm going to commit the .h now
[20:40] <danapao> ok so i commit first right
[20:40] <acchung1> try doing it at the same time
[20:40] <acchung1> i don't think anything will happen because you are using 2 different files
[20:43] <danapao> anybody see my changes?
[20:43] <Bhavanesh> r u working on fardad's tested project or current project running in the class?
[20:44] <acchung1> i'm just waiting
[20:44] <danapao> k i finish my part
[20:44] <danapao> i think
[20:44] <acchung1> got the change
[20:45] <danapao> yes
[20:45] <danapao> so its all good?
[20:45] <acchung1> i guess?
[20:45] <danapao> i mean curley braces
[20:46] <@sinker> i updated the .h file
[20:46] <@sinker> it's committed now
[20:46] <acchung1> did you guys remember to put the messages?
[20:46] <danapao> yeap
[20:47] <danapao> do u see it?
[20:48] <@sinker> do you mean a comment?
[20:48] <acchung1> yeah
[20:48] <@sinker> yes
[20:49] <danapao> is that it for my part then?
[20:50] <acchung1> #define RELEASE_VERSION "IOF_X.X"
[20:50] <acchung1> what version should i put?
[20:50] <acchung1> 0.1?
[20:50] <acchung1> since it isn't complete?
[20:50] <danapao> yeah 0.1
[20:51] <Bhavanesh> yes
[20:51] <acchung1> k
[20:52] <Bhavanesh> have u changed team name?
[20:52] <acchung1> yeah
[20:53] <acchung1> sinker: want to add the BCC?
[20:53] <@sinker> i think it should be 0.01 because there will be many revisions
[20:53] <acchung1> hm, true
[20:54] <@sinker> fardad mentioned something about that a few weeks ago
[20:54] <acchung1> alright, i just put 0.1 becuase he put X.X
[20:54] <@sinker> that's fine then
[20:54] <acchung1> actually sinker can you add the MAC compile stuff?
[20:54] <acchung1> i'll put the complex stuff
[20:55] <@sinker> ok
[20:55] <Bhavanesh> 0.01? so we reach on 1.0 after 99 revisions or we skip after sometime?
[20:56] <acchung1> depends
[20:57] <acchung1> we might not even get to 1.0
[20:59] <acchung1> so we done all done committing?
[20:59] <imadorki3> i committed my partt
[21:00] <Bhavanesh> this is small assignment so i think X.X is enough... X.XX also fine as version no don't impact anywhere...
[21:00] <@sinker> no
[21:01] <danapao> no is not..its huge
[21:01] <danapao> so i guess x.xx
[21:01] <acchung1> it'll get pretty big
[21:02] <acchung1> so we all done?
[21:02] <acchung1> except Bhavanesh ofcourse
[21:02] <Bhavanesh> hey m just repeating fardad's word.
[21:02] <imadorki3> ouii
[21:02] <acchung1> lol
[21:02] <acchung1> this part is small
[21:03] <acchung1> overall it'll be big
[21:03] <Bhavanesh> so whats remaining??
[21:03] <acchung1> sinker added the MAC compilings?
[21:03] <danapao> yes
[21:03] <@sinker> i just committed the mac platform section
[21:03] <acchung1> cool
[21:03] <acchung1> we done?
[21:03] <danapao> now can i watch the finals
[21:03] <danapao> ???
[21:03] <imadorki3> lol -_-
[21:04] <acchung1> lol
[21:04] <acchung1> yeah
[21:04] <acchung1> i think so
[21:04] <acchung1> lakers are going to win btw
[21:04] <danapao> NO
[21:04] <danapao> they eliminated my pheniox team
[21:04] <acchung1> dream on kid
[21:04] <imadorki3> sigh... boysss
[21:04] <imadorki3> lol
[21:04] <danapao> not fair
[21:04] <imadorki3> byeeeee
[21:04] <danapao> bye
[21:05] <acchung1> cya
[21:05] <acchung1> wait
[21:05] <acchung1> double check with sinker first lol
[21:05] <danapao> o yeah
[21:05] <acchung1> sunday meeting too
[21:05] <acchung1> need to discuss the split works
[21:05] <@sinker> is it compiling ok?
[21:05] <imadorki3> gotchaa
[21:06] <acchung1> let me check
[21:06] <acchung1> like a charm
[21:06] <imadorki3> hoorayyy
[21:06] <acchung1> let me commmit the ":complex" functions
[21:07] <acchung1> k
[21:07] <acchung1> see you all sunday
[21:08] <acchung1> ?
[21:08] <@sinker> ok
[21:08] <danapao> boston score haha
[21:08] <danapao> o yeah sure
[21:09] <acchung1> 7 ot 8?
[21:09] <danapao> have a good night all and enjoy the nba finals if ur watching
[21:09] <danapao> im good with both time
[21:09] <acchung1> lol
[21:09] <acchung1> night
[21:10] <acchung1> sinker: any problems?
[21:11] <@sinker> i just get a warning in iof.c line 45
[21:11] <danapao> ok i better stay
[21:11] <acchung1> 45?
[21:11] <danapao> which part was that?
[21:12] <acchung1> did you do an update?
[21:12] <@sinker> yes
[21:12] <danapao> wats the error?
[21:13] <@sinker> it's a warning not an error
[21:13] <acchung1> i still didn't get any
[21:13] <acchung1> i got no warnings or errors lol
[21:14] <@sinker> iof_putch void function returning a value
[21:14] <@sinker> in iof.c file
[21:14] <acchung1> lol because it is a void =/
[21:14] <acchung1> remove the return
[21:14] <acchung1> and it'll work
[21:15] <acchung1> commit it sinker
[21:15] <@sinker> ok
[21:17] <acchung1> should be fine =)
[21:17] <acchung1> i'll deal with the mac stuff tomorrow lol
[21:17] <acchung1> early class tomorrow
[21:17] <danapao> dont forget to bring five dollars
[21:17] <acchung1> ?
[21:18] <danapao> for the wires for dcn
[21:18] <acchung1> oh screw him lol
[21:18] <danapao> lmao
[21:19] * imadorki3 (~chatzilla@CPE002191f119a7-CM000a739b0065.cpe.net.cable.rogers.com) Quit (Quit: ChatZilla 0.9.86 [Firefox 3.5.9/20100315083431])
[21:19] <danapao> later ..boston loosing =(
[21:20] * danapao (~chatzilla@CPE001cf0f6cc86-CM0011ae9081e8.cpe.net.cable.rogers.com) Quit (Quit: ChatZilla 0.9.86 [Firefox 3.6.3/20100401080539])
[21:22] <Bhavanesh> ok........... bbye.......
[21:22] * Bhavanesh (~chatzilla@bas9-toronto63-1088799695.dsl.bell.ca) has left #team-nothing
[21:26] <acchung1> cya
[21:28] <@sinker> made change and committed - it compiled without warnings
[21:28] <@sinker> good night
[21:28] * @sinker (~sinker@CPE001ff3d3ebeb-CM0014e826c482.cpe.net.cable.rogers.com) has left #team-nothing