Click here to Skip to main content
15,896,453 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
GeneralRe: Data Mapper Pattern Using Events Pin
Paramecium136-Jun-18 8:16
professionalParamecium136-Jun-18 8:16 
QuestionUnified Naming Conventions Pin
David A. Gray29-May-18 8:53
David A. Gray29-May-18 8:53 
AnswerRe: Unified Naming Conventions Pin
Eddy Vluggen31-May-18 0:17
professionalEddy Vluggen31-May-18 0:17 
GeneralRe: Unified Naming Conventions Pin
David A. Gray31-May-18 14:14
David A. Gray31-May-18 14:14 
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 
I think it's safe to say that we're generally on the same page. While I spend a lot of time in the Microsoft stack, I don't work exclusively there. I suspect that comparatively few people have the luxury of doing so now, if they ever did. In any case, I try to maintain a broad, technology-agnostic viewpoint. It is from that viewpoint that I believe that Hungarian notation still has merit.

Bear in mind, too, that my chief design goal was to extend the conventions to dynamic languages (e. g., Perl, JavaScript, PHP) that don't enforce variable typing, and to devise one unified convention that can be applied to any programming language, ensuring consistency of names across entire code bases, regardless of implementation language. With respect to the dynamic languages, the conventions put forth a subset of one-character prefixes that cover only a handful of categories ( ( integer || string || object ) && ( parameter || return || private ) && array ).

Nevertheless, although I didn't say so in the RGUNC document, I quit using Hungarian prefixes for business objects a long time ago, because I think that truly is a waste of effort. More recently, I have also begun dropping prefixes from public interfaces. Nevertheless, I retain them for private entities, especially in "system" or "utility" libraries.
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
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 
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 

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.