Home
Help
Search
Login
Register
SlickEdit Community
»
Archived Read Only Forums
»
Community Forum
»
New Blog Post: Coding tips: Generational Naming
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: New Blog Post: Coding tips: Generational Naming (Read 5948 times)
jjones
Guest
New Blog Post: Coding tips: Generational Naming
«
on:
April 01, 2008, 12:47:57 PM »
Coding tips: Generational Naming
http://blog.slickedit.com/2008/04/coding-tips-generational-naming/
All too often, you need to make a new version of a function that does something a little bit different than the original function. Perhaps it just takes a new argument or removes an unused one. Maybe it’s a wrapper around the original function that does some more cool stuff. Furthermore, for backwards compatibility, you have to leave the original version of the function around, semantics unchanged.
Continue reading Coding tips: Generational Naming here:
http://blog.slickedit.com/2008/04/coding-tips-generational-naming/
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
SlickEdit Community
»
Archived Read Only Forums
»
Community Forum
»
New Blog Post: Coding tips: Generational Naming