¡@

Home 

c# Programming Glossary: pragmatic

How to start unit testing or TDD?

http://stackoverflow.com/questions/1365943/how-to-start-unit-testing-or-tdd

you expected a green unaware of the bad test . Books The pragmatic unit testing book is well worth a look as is Roy Osherove's.. a look as is Roy Osherove's The Art of Unit Testing . The pragmatic book is more narrowly focussed on the different types of test..

Have trivial properties ever saved your bacon?

http://stackoverflow.com/questions/205568/have-trivial-properties-ever-saved-your-bacon

Coding a property over a field is convention and it's pragmatic. Call it defensive programming. Other people will also complain..

Disable the 'requirement' to double click an unfocused window when clicking on a menustrip

http://stackoverflow.com/questions/3057473/disable-the-requirement-to-double-click-an-unfocused-window-when-clicking-on-a

Why can't yield return appear inside a try block with a catch?

http://stackoverflow.com/questions/346365/why-cant-yield-return-appear-inside-a-try-block-with-a-catch

of extra complexity in the compiler. The team made the pragmatic choice for which I applaud them I'd rather have a slightly more..

Why do C# collection initializers work this way?

http://stackoverflow.com/questions/459652/why-do-c-sharp-collection-initializers-work-this-way

initializers and found the implementation to be very pragmatic but also very unlike anything else in C# I am able to create..

Why do methods with only one statement need braces?

http://stackoverflow.com/questions/6016654/why-do-methods-with-only-one-statement-need-braces

and in some places is frowned upon. I'm a bit more pragmatic than that personally but each to their own. It might also be..

Making a private method public to unit test it…good idea?

http://stackoverflow.com/questions/7075938/making-a-private-method-public-to-unit-test-it-good-idea

Easymock Powermock to allow you to do this. You have to be pragmatic about it and you should also be aware of the reasons why things..

ProtoBuf-net serializing IEnumerable<T>

http://stackoverflow.com/questions/7793527/protobuf-net-serializing-ienumerablet

present have some mechanism to add. IList T would be a a pragmatic option but I gather that isn't quite what you want. Jonathan..