Click here to Skip to main content
15,897,371 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
QuestionDeveloping a web based image browser - How to cache? Pin
Markus Mayer16-Jul-07 13:24
Markus Mayer16-Jul-07 13:24 
AnswerRe: Developing a web based image browser - How to cache? Pin
Johnny ²18-Jul-07 23:23
Johnny ²18-Jul-07 23:23 
QuestionASP.NET Cache / Caching Application block - others? [modified] Pin
Markus Mayer19-Jul-07 5:22
Markus Mayer19-Jul-07 5:22 
GeneralChoice between Reporting Services and Integration Services Pin
Brady Kelly13-Jul-07 0:36
Brady Kelly13-Jul-07 0:36 
QuestionDesign Issue Pin
asarpe12-Jul-07 22:50
asarpe12-Jul-07 22:50 
AnswerRe: Design Issue Pin
Pete O'Hanlon12-Jul-07 23:20
mvePete O'Hanlon12-Jul-07 23:20 
QuestionTrue or False Flags: best practices Pin
SSMERK00712-Jul-07 2:18
SSMERK00712-Jul-07 2:18 
GeneralRe: True or False Flags: best practices Pin
Emmanouil12-Jul-07 2:58
Emmanouil12-Jul-07 2:58 
I believe you are right. In terms of readability if the language you are using actually supports the boolean type and the true,false keywords then it means is recommended to use them. In certain cases this will not be true. For example C did not have a book type until C99 came out and then C++ provided bool type and true/false keywords as a built in feature. If you do use C++ then it is recommended to use the true/false type since they are provided. Even in C , it was a good coding practice to #define the keywords TRUE and FALSE to 1 and 0 respectively to provide a more readable code.
Just my humble opinion Smile | :)
AnswerRe: True or False Flags: best practices Pin
Pete O'Hanlon12-Jul-07 3:22
mvePete O'Hanlon12-Jul-07 3:22 
AnswerRe: True or False Flags: best practices Pin
Luc Pattyn12-Jul-07 5:39
sitebuilderLuc Pattyn12-Jul-07 5:39 
GeneralRe: True or False Flags: best practices Pin
SSMERK00712-Jul-07 5:56
SSMERK00712-Jul-07 5:56 
QuestionData collection and mapping Pin
patelash0111-Jul-07 10:22
patelash0111-Jul-07 10:22 
AnswerRe: Data collection and mapping Pin
Pete O'Hanlon11-Jul-07 10:53
mvePete O'Hanlon11-Jul-07 10:53 
QuestionMalloc & Page File Pin
Mr Simple9-Jul-07 9:59
Mr Simple9-Jul-07 9:59 
AnswerRe: Malloc & Page File Pin
Mr Simple9-Jul-07 10:03
Mr Simple9-Jul-07 10:03 
GeneralRe: Malloc & Page File Pin
Luc Pattyn9-Jul-07 10:11
sitebuilderLuc Pattyn9-Jul-07 10:11 
GeneralRe: Malloc & Page File Pin
Mr Simple9-Jul-07 22:10
Mr Simple9-Jul-07 22:10 
GeneralRe: Malloc & Page File Pin
Luc Pattyn10-Jul-07 0:50
sitebuilderLuc Pattyn10-Jul-07 0:50 
GeneralRe: Malloc & Page File Pin
Mr Simple10-Jul-07 5:19
Mr Simple10-Jul-07 5:19 
GeneralRe: Malloc & Page File Pin
Dan Neely10-Jul-07 5:37
Dan Neely10-Jul-07 5:37 
GeneralRe: Malloc & Page File Pin
Mr Simple10-Jul-07 5:44
Mr Simple10-Jul-07 5:44 
GeneralRe: Malloc & Page File Pin
Dan Neely10-Jul-07 7:09
Dan Neely10-Jul-07 7:09 
AnswerRe: Malloc & Page File Pin
Stephen Hewitt9-Jul-07 14:07
Stephen Hewitt9-Jul-07 14:07 
AnswerRe: Malloc & Page File Pin
Emmanouil12-Jul-07 3:22
Emmanouil12-Jul-07 3:22 
GeneralRe: Malloc & Page File Pin
Luc Pattyn12-Jul-07 7:27
sitebuilderLuc Pattyn12-Jul-07 7:27 

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.