1
General discussions / Naming conventions - functions
« on: July 13, 2011, 03:35:49 pm »
When I started SFML, I found that having capitals for the first letter of every word very clear and elegant. However, I now almost always use SFML/OPENGL/STL/Boost and I always get confused when my compiler refuses myvector.Clear() or GlBegin() or sleep(1) or ...
I would prefer it if SFML followed the boost/STL convention since we always use at least the STL (and the STL convention won't change).
I would prefer it if SFML followed the boost/STL convention since we always use at least the STL (and the STL convention won't change).