-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Are there any generally-accepted coding standards (naming, casting etc) that apply specifically to iPhone/Cocoa/Objective-C? I know Microsoft has published similar standards as they relate to .Net and C# but haven't run across anything related to the iPhone world.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
How can I make developers follow coding standards?
In our company:
I've given documents and they don't have the patience to read it and follow it.
I've tried telling them again and again "please do it this way" they nod their heads, but still do it the wrong way
We're doing a project for the third…
>>> More
-
as seen on SQL Blogcasts
- Search for 'SQL Blogcasts'
This post will be about coding standards. There are countless articles and blog posts related to this topic, so I know this post will not be too revealing. Yet I would like to mention a few things I came across during my work with the T-SQL code. Naming convention - there are many of them obviously…
>>> More
-
as seen on ASP.net Weblogs
- Search for 'ASP.net Weblogs'
One quick example why coding standards must be in place. Take a look at the following code – property names are changed but not anything else. public string Property1 { get; set; } public string Property2 { get; set; } …
>>> More
-
as seen on Internet.com
- Search for 'Internet.com'
JavaScript 5 (ECMAScript 5) has just been released and it promises to bring stricter code and better coding standards to the table. To learn more about this exciting new update to the Internet's workhorse, read on.
>>> More