Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

[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