Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Is it against the convention of Objective C 2.0 to declare a boolean value starting with a number ex. 123bool?
你为什么不使用数组?BOOL foos[400];我认为声明这么多BOOL变量并且名称几乎相同是非常糟糕的。顺便说一句,不要将变量的第一个字母大写,这是一种糟糕的编码风格。
BOOL foos[400];