Monday, February 22, 2010

This was a good meeting!

Today I was on the #seneca-oop344 channel on freenode and noticed Code junkies team having a meeting so I sat and watched. I was amazed to see how nicely this group managed an IRC meeting and used the SVN repository to work on their project concurrently and debug their code.

Few weeks ago these students had no idea what IRC or a code repository is but now take a look: http://tinyurl.com/condjunkies1

Good job!

Other OOP344 teams should take a look and follow....



Friday, February 19, 2010

I have a problem with eclipse

I want to use eclipse (C/C++) on Fedora for my OOP344 introduction to open source class and I have a problem preventing me to do so.

The project we are doing is a multi platform text editor in text mode and I need to run and debug the program in a shell window of its own.

In windows, Visual Studio, that is exactly what is happening. I can run and debug the program and walk through each line while the text editor is running in a separate text window. Like this I can demonstrate the execution steps for the students.
In eclipse however, the output of the program is redirected into a console tab within the IDE!!!
That completely ruins the purpose of using an IDE to show the students how the program is running. Of course I can build the project then run the program from a shell window, but then what is the difference between eclipse and a syntax highlighting text editor?

Does anyone know how to have eclipse run the program in a separate shell of its own?

Feedback is greatly appreciated...

Tuesday, February 9, 2010

OOP344 - Object Oriented Programing Using C++ and an introduction to Open Source

First semester of trying open source on OOP344 is passed with some interesting results;

By changing the subject to an open source format;
  • Students Understood the material better and could get help much easier by having the concept of collaboration as one of the bases of their work.
  • I covered the material much faster but also did it more effectively so I actually had a week of extra time to review and re-touch the complex aspects of C++ language and OOP.
  • Students not only learnt what they were supposed to, with respect to object orientation and complex programming, but also learnt how to do this in groups using open source concepts and effectively boost each other's strengths and make up for each other's weaknesses.
  • Students became aware of "Open Source" !!!
  • Students lost the fear of getting involve in programs with huge source code.
Future results:
  • I am hoping that this will attract the students, to pick our (Seneca) Open Source subjects in future.
  • Lots of time will be saved in open source subjects in future, by skipping lectures about IRC, wiki, code repositories, and other open source collaborative tools.

I only had one problem; I did not have enough time to make the students comfortable with the "unusualness" of open source and just as they became used to the idea, the semester was over.
By "unusualness" of open source, I mean to reward sharing instead of penalizing it, to learn to work in a community rather than behind closed doors and to gain by giving.

To overcome the lack of time, this semester, I started the open concept from the very first day; I started the use of wiki, blogging, IRC, and code repositories from day one.

I am hoping that by doing this, by the time we get to complex coding, (in mid semester) the students can think about how to code rather than how to commit the code to svn!

This, (introduction to open source) I hope, will pave the way for the student to participate more easily in real open source subjects and communities in Seneca like Openoffce.org, Mozilla, Fedora, etc...