The introduction tag has no wiki summary.
5
votes
5answers
652 views
Teaching a course on intro to programming, in C++: Do I teach C-style casts? [closed]
I'm currently redesigning a college level first semester graduate course on Intro to Programming, in C++. Note the comma; the course is introduction to programming, and C++ just happens to be the ...
1
vote
3answers
3k views
Basics of ERP for dummies
A situation has arisen where (if I don't scream and run away) I will be involved in an ERP system. This project will be using OpenERP specifically. My background is entirely ...
3
votes
1answer
368 views
Teaching Programming: drawbacks of using unit tests in problem statement for assignments?
I am experimenting with marking assignments for a programming course using unit tests. Is it likely to harm the learning process if I publish some of the tests I use as part of the problem statement? ...
7
votes
4answers
970 views
How to get started with Github (for me)? [closed]
I registered myself in github a few days ago. Mainly for starting projects to share some of my ideas with others as well as get the source available from anywhere. This is my first open-contribution ...