At the moment, I am writing a JavaFX tutorial targeted at programmers with a solid grasp on Java. The idea is to give them an as-short-as-possible intro to JavaFX, focussing on the differences between Java and the JavaFX Scripting Language while at the same time skipping things which are identical in both languages.
The problem is: it's often hard to decide which needs to be explained in greater detail and which doesn't. Should I explain things like type inference, which is something not every Java programmer is aware of, or should I link to the appropriate Wikipedia article? Is it enough to present a source code example for showing things like invoking a function?
Any advice on that?
Greets, Oliver