Forums » C# Framework » Suggestions. Devs please read. »
| Evgeniy Rojkov | Suggestions. Devs please read. | ||||
|---|---|---|---|---|---|
|
Added by Evgeniy Rojkov 12 months ago
#1 Parse and regional settings¶for god sake, use Parse(X, CultureInfo.InvariantCulture) #2 CCLog is a bad practice¶I maybe wrong. But i think compiler ommit System.Diagnostics.Debug for release builds. p.s. sorry for my bad english. |
||||
| Jacob Anderson | RE: Suggestions. Devs please read. | ||||
|
Added by Jacob Anderson 10 months ago
https://github.com/cocos2d/cocos2d-x-for-xna/issues/18 Issues 17 and 18 in the github tracker. |
||||
| Jacob Anderson | RE: Suggestions. Devs please read. | ||||
|
Added by Jacob Anderson 10 months ago
Item #2 - CCLog - this still uses Debug.WriteLine(string), so the output should not appear in your application when running in Release mode. |
||||
| Jacob Anderson | RE: Suggestions. Devs please read. | ||||
|
Added by Jacob Anderson 10 months ago
Item #1 for both int and float is in version 0.1.2a. |
(1-3/3)