syclacademy icon indicating copy to clipboard operation
syclacademy copied to clipboard

Use of auto confusing for new learners

Open rodburns opened this issue 1 year ago • 0 comments

In the slides and exercises we use auto quite a lot with queues and other things. This can confuse people when they need to move onto more complicated code that requires a queue with parameters for example, they do not have the context of the way a queue is instantiated with the type. Consider replacing auto with the actual types where it can make things clearer for new learners.

rodburns avatar Jan 19 '24 17:01 rodburns