fluid-work IRC Logs-2012-07-26

[11:27:47 CDT(-0500)] <thealphanerd> has anyone seen colinclark today?

[11:29:48 CDT(-0500)] <Justin_o> thealphanerd: he's been in meetings today, he should be heading into the office this afternoon, perhaps he's in transit

[11:30:05 CDT(-0500)] <Justin_o> Bosmon: if you are there i have a renderer question

[11:30:23 CDT(-0500)] <Bosmon> I'm sort of partially here

[11:30:51 CDT(-0500)] <thealphanerd> Justin_o: I'm supposed to meet with him at 3… but something has come up… hopefully I can get in touch with him in time

[11:35:55 CDT(-0500)] <Justin_o> i guess send him an e-mail just to be safe

[11:35:58 CDT(-0500)] <Justin_o> thealphanerd: ^

[11:40:09 CDT(-0500)] <thealphanerd> yeah I think I will

[11:57:30 CDT(-0500)] <Justin_o> Bosmon: sorry, got distracted there.. are you still at least partially there

[17:30:03 CDT(-0500)] <Bosmon> Hi travis - some useful resources for weekend reading (smile)

[17:30:04 CDT(-0500)] <Bosmon> http://zaach.github.com/jison/docs/

[17:30:13 CDT(-0500)] <Bosmon> Here are the docs for JISON, the parser generator that I was talking about

[17:30:33 CDT(-0500)] <Bosmon> It takes a while to get to grips with, but you might want to start reading just to get your head around the concepts a bit

[17:31:58 CDT(-0500)] <travis_84> got it

[17:32:00 CDT(-0500)] <Bosmon> And here is a link to our guide for writing unit tests:

[17:32:01 CDT(-0500)] <Bosmon> http://wiki.fluidproject.org/display/fluid/Writing+JavaScript+Unit+Tests

[17:32:24 CDT(-0500)] <Bosmon> As Colin said, polish can come later - but if you find yourself writing any particularly complex algorithms, you may well find it saves you time even in the short run to start writing tests for them

[17:33:56 CDT(-0500)] <travis_84> so, do you think I should comment out the lines of code I am scrapping or just start delete them and let git deal with versioning?

[17:33:58 CDT(-0500)] <Bosmon> Annoyingly, this page has a link to our decommissioned SVN repository (smile)

[17:34:03 CDT(-0500)] <Bosmon> Let me fix that

[17:34:07 CDT(-0500)] <Bosmon> I would just scrap them

[17:34:16 CDT(-0500)] <Bosmon> git's job is indeed to deal with versioning (smile)

[17:34:48 CDT(-0500)] <travis_84> kk thx