Software Coding Standards
-
Does anyone know of some good links as to good practices for code, this doesn't have to be language specific (preferably, but not an issue), typically things you should/shouldn't do. At my work we are trying to come up with some company standards such as using stored procedures only for database access within any applications. If anyone has any links I would sure appreciate it. If you don't know of any links, your own personal ideas would be fine, I would just like to take some possible ideas to our meeting. Thanks. :) Nick Parker
-
Does anyone know of some good links as to good practices for code, this doesn't have to be language specific (preferably, but not an issue), typically things you should/shouldn't do. At my work we are trying to come up with some company standards such as using stored procedures only for database access within any applications. If anyone has any links I would sure appreciate it. If you don't know of any links, your own personal ideas would be fine, I would just like to take some possible ideas to our meeting. Thanks. :) Nick Parker
I'm in the same boat, I'm trying to put together some standards for a development team so i can keep them all up to scratch. Any links to related material would be great, Also I'm interested in what others use in terms of support tools? like CVS, Visual source safe? Anything that makes your coding life a little easier. Thanks. Jared Allen. www.chironexsoftware.com
-
Does anyone know of some good links as to good practices for code, this doesn't have to be language specific (preferably, but not an issue), typically things you should/shouldn't do. At my work we are trying to come up with some company standards such as using stored procedures only for database access within any applications. If anyone has any links I would sure appreciate it. If you don't know of any links, your own personal ideas would be fine, I would just like to take some possible ideas to our meeting. Thanks. :) Nick Parker
-
Does anyone know of some good links as to good practices for code, this doesn't have to be language specific (preferably, but not an issue), typically things you should/shouldn't do. At my work we are trying to come up with some company standards such as using stored procedures only for database access within any applications. If anyone has any links I would sure appreciate it. If you don't know of any links, your own personal ideas would be fine, I would just like to take some possible ideas to our meeting. Thanks. :) Nick Parker
-
Does anyone know of some good links as to good practices for code, this doesn't have to be language specific (preferably, but not an issue), typically things you should/shouldn't do. At my work we are trying to come up with some company standards such as using stored procedures only for database access within any applications. If anyone has any links I would sure appreciate it. If you don't know of any links, your own personal ideas would be fine, I would just like to take some possible ideas to our meeting. Thanks. :) Nick Parker
You may find some info about UI design in MSDN, in the section Books Excerpts/The Windows User Experience. The document title is "Official Guidelines for User Interface Developers and Designers". HTH, We're talking shit, 'cause life is a 'biz You know it is Everybody tryin' to get rich God damn! All I wanna do is live ! KoRn, Children of the Korn
-
Does anyone know of some good links as to good practices for code, this doesn't have to be language specific (preferably, but not an issue), typically things you should/shouldn't do. At my work we are trying to come up with some company standards such as using stored procedures only for database access within any applications. If anyone has any links I would sure appreciate it. If you don't know of any links, your own personal ideas would be fine, I would just like to take some possible ideas to our meeting. Thanks. :) Nick Parker
For the .NET environment, MSDN has a really good article at: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsent7/html/vxconcodingtechniquesprogrammingpractices.asp Kenneth LeFebvre