int main
( int argc
, char *argv[]
) {
// ...
LColor backgroundColor =
LColor
( generateLightColorPart(207, 1)
, generateLightColorPart(154, 1)
, generateLightColorPart(108, 1)
, 1
);
// ...
}
I can (sort of) see that this makes it easy to comment out parameters - except for the first one...
Is this as the primary method of learning, or are videos just a component of the modern-day learning experience?