Search found 542 matches

by BackRaw
Sun Jul 15, 2012 11:18 pm
Forum: API Design
Topic: Coding Style
Replies: 42
Views: 189448

I'd stick with either mixedCase (they way, the ES2 libs are written) or CamelCase, because if you talk about simplicity here , and in this thread you talk about using uderscore_function_names: since the Valve SDK is written CamelCase, SP is CamelCase, so why shouldn't Python be? 1 project, 1 coding ...
by BackRaw
Sun Jul 15, 2012 10:57 pm
Forum: API Design
Topic: Event system discussion
Replies: 22
Views: 25851

your-name-here wrote:Not worth it honestly Ayuto. I think you'll be fine with .GetInt and .GetString. It forces scripters to be mindful of the types of vars they are dealing with.
Which is good!

Go to advanced search