The Transformer
On 15/05/2014 13:38, Jerry Stuckle wrote:
Andy, additionally, it depends on your audience. I worked for a number
of years as an instructor. But my audience was programmers for large
companies. For this audience you need experienced programmers who
really know their stuff; every other instructor I knew also had years of
experience programming in what they taught.
I was looking at secondary school teaching but I know what you mean. A
lot of my kids' teachers were straight from university into teaching
with no real world experience. My son was having problems with object
theory in computing and his teacher kept trotting out the Accounts model
for objects that she learned in university which has zero relevance to a
teenage boy.
After a quick conversion into a relevant example ie abstract GUN object
in a computer game with subclasses of pistol, shotgun, BFG etc and he
picked it up right away.
We also looked at dungeons and dragons abstract Player class with elves
and humans as subclasses.
From that it was easy to translate Interfaces, static classes,
extending classes, inheritance etc.
Too many of the 'career teachers' simply do not have enough real world
experience to make thins relevant.
Andy
|