now that dw is dead...
Aug. 11th, 2011 10:33 amI've 2 suggestions in swe in general.
1. Students should start their "comp sci" studies JavaScript. Easy to start, a lot to learn. (Honestly, if a first year student does not know how to write code, it is a weird case already.)
2. Have your classes (in Java) small AND write your unittests right in the classes code. This way you can test all the private methods, and the tests are always there. Less entities, eh. Sine necessitatae.
1. Students should start their "comp sci" studies JavaScript. Easy to start, a lot to learn. (Honestly, if a first year student does not know how to write code, it is a weird case already.)
2. Have your classes (in Java) small AND write your unittests right in the classes code. This way you can test all the private methods, and the tests are always there. Less entities, eh. Sine necessitatae.