Search Results

0
votes

How much to log within an application??? How much is too much…

From a security standpoint logging can be an interesting topic. I wrote a blog entry on CSO Online a while …
0
votes

Do ternary operators increase complexity in programs?

I used to be in the “ternary operators make a line un-readable” camp, but in the last few years I’ve grown to like them when used in moderation. Single line ternary operators can increase readabili …