DavidBrainard / RenderToolbox3

Matlab toolbox for managing graphics rendering for psychophysics
MIT License
11 stars 4 forks source link

Name space collisions #32

Closed DavidBrainard closed 9 years ago

DavidBrainard commented 11 years ago

It might be good if all RTB routines were prepended with "rtb". The reason is that routines with names like "TestAllExampleScenes" are rather generic, and in the long run making it clear when a routine is in the RTB will make things clearer.

This is not critical. It might be something to think about at about the time we are thinking about doxygen style issues.