Click here to Skip to main content
15,888,527 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
GeneralRe: Data Mapper Pattern Using Events Pin
Nathan Minier7-Jun-18 6:49
professionalNathan Minier7-Jun-18 6:49 
GeneralRe: Data Mapper Pattern Using Events Pin
Paramecium137-Jun-18 7:12
professionalParamecium137-Jun-18 7:12 
GeneralRe: Data Mapper Pattern Using Events Pin
Nathan Minier7-Jun-18 7:30
professionalNathan Minier7-Jun-18 7:30 
SuggestionRe: Data Mapper Pattern Using Events Pin
Eddy Vluggen6-Jun-18 1:50
professionalEddy Vluggen6-Jun-18 1:50 
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 
Eddy Vluggen wrote:
The first obvious question would be whether it is based on System or Apps hungarian. After a bit reading, looks like Systems Hungarian.

X DO NOT use Hungarian notation.
Hugarian notation – it’s my turn now Smile | :) – Larry Osterman's WebLog[^] - where "sz" is a prefix for a null-terminated string. How often did you have to convey in C# or VBA-code that a string is null-terminated instead of Pascal-style?


Just because Microsoft says it's so doesn't make it so. IMO, this advice is ill-conceived for reasons that I gave in my original post. As for distinguishing null-terminated from counted strings, I'm sure there's an edge case somewhere, but it's never been a concern to me that couldn't be addressed by other means, such as passing the length of a counted string, or zero for a null terminated string of unknown length.

Eddy Vluggen wrote:
David A. Gray wrote:
Frequently, it is impractical to keep every routine short enough to fit on one screen.
No, it is not. Any example from MSDN fits on a printed fixed-font 80 column A4 paper. Anything longer probably has more than a single responsibility and is a candidate for refactoring.


Citing examples from MSDN is an insufficient defense. I live in a real world in which not every routine can or should be that short. Moreover, what happens when your view of the source code is constrained by the many other windows of an interactive debugger?
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 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 
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 

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.