Click here to Skip to main content
15,889,877 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
GeneralRe: Unified Naming Conventions Pin
Eddy Vluggen1-Jun-18 0:04
professionalEddy Vluggen1-Jun-18 0:04 
GeneralRe: Unified Naming Conventions Pin
David A. Gray1-Jun-18 11:28
David A. Gray1-Jun-18 11:28 
GeneralRe: Unified Naming Conventions Pin
Eddy Vluggen2-Jun-18 1:19
professionalEddy Vluggen2-Jun-18 1:19 
GeneralRe: Unified Naming Conventions Pin
David A. Gray2-Jun-18 6:48
David A. Gray2-Jun-18 6:48 
GeneralRe: Unified Naming Conventions Pin
Eddy Vluggen3-Jun-18 0:39
professionalEddy Vluggen3-Jun-18 0:39 
GeneralRe: Unified Naming Conventions Pin
David A. Gray3-Jun-18 13:08
David A. Gray3-Jun-18 13:08 
AnswerRe: Unified Naming Conventions Pin
Gerry Schmitz1-Jun-18 7:56
mveGerry Schmitz1-Jun-18 7:56 
GeneralRe: Unified Naming Conventions Pin
David A. Gray1-Jun-18 11:37
David A. Gray1-Jun-18 11:37 
Gerry Schmitz wrote:
Now, we are encouraged to use meaningful names (with limits rarely less than 256 chars) that are a lot more expressive than simply int vs double (which OFTEN changes), etc.


That is, of course, a risk that you take when you use Hungarian prefixes.
  • However, when you change the type of an internal variable, renaming it is straightforward.
  • OTOH, when you change the type of a parameter, you break the interface, and the new interface must be documented and published as such. In that case, renaming the argument is not only acceptable, but desirable, since it exposes references to the argument as diagnostic messages.
Nobody is forcing you to use Hungarian notation. Only a portion of these conventions relies upon them, and the remaining conventions stand on their own.
David A. Gray
Delivering Solutions for the Ages, One Problem at a Time
Interpreting the Fundamental Principle of Tabular Reporting

GeneralRe: Unified Naming Conventions Pin
Gerry Schmitz3-Jun-18 6:22
mveGerry Schmitz3-Jun-18 6:22 
GeneralRe: Unified Naming Conventions Pin
David A. Gray3-Jun-18 13:00
David A. Gray3-Jun-18 13:00 
QuestionXML Based Blog Pin
Rakanoth28-May-18 1:50
Rakanoth28-May-18 1:50 
AnswerRe: XML Based Blog Pin
Eddy Vluggen30-May-18 2:21
professionalEddy Vluggen30-May-18 2:21 
QuestionHATEOAS With CQRS Pin
Samer Abu Obaid14-May-18 20:40
Samer Abu Obaid14-May-18 20:40 
QuestionActivation Key Generation - Crypt stuff Pin
User 1106097911-May-18 23:42
User 1106097911-May-18 23:42 
AnswerRe: Activation Key Generation - Crypt stuff Pin
jschell12-May-18 10:36
jschell12-May-18 10:36 
GeneralRe: Activation Key Generation - Crypt stuff Pin
User 1106097912-May-18 11:14
User 1106097912-May-18 11:14 
GeneralRe: Activation Key Generation - Crypt stuff Pin
Eddy Vluggen12-May-18 14:59
professionalEddy Vluggen12-May-18 14:59 
QuestionRe: Activation Key Generation - Crypt stuff Pin
Randor 12-May-18 15:50
professional Randor 12-May-18 15:50 
AnswerRe: Activation Key Generation - Crypt stuff Pin
Eddy Vluggen13-May-18 0:58
professionalEddy Vluggen13-May-18 0:58 
GeneralRe: Activation Key Generation - Crypt stuff Pin
User 1106097913-May-18 5:37
User 1106097913-May-18 5:37 
GeneralRe: Activation Key Generation - Crypt stuff Pin
Eddy Vluggen14-May-18 1:40
professionalEddy Vluggen14-May-18 1:40 
GeneralRe: Activation Key Generation - Crypt stuff Pin
User 1106097914-May-18 2:45
User 1106097914-May-18 2:45 
GeneralRe: Activation Key Generation - Crypt stuff Pin
Eddy Vluggen14-May-18 3:38
professionalEddy Vluggen14-May-18 3:38 
GeneralRe: Activation Key Generation - Crypt stuff Pin
User 1106097914-May-18 4:08
User 1106097914-May-18 4:08 
GeneralRe: Activation Key Generation - Crypt stuff Pin
Eddy Vluggen14-May-18 4:34
professionalEddy Vluggen14-May-18 4:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.