Hello and welcome :), This will be a short example related to a previous post about Closures. I just found an excellent use of closures while working with a matrix structure. The back story for this is the fact that a lot of times when traversing matrixes every which way (finding neighbors to cells, doing … Continue reading Introducing the clipper
Month: December 2017
Generating Breakpoints
Hello and welcome :), So I received a WPF project I never touched before, so my first instinct after looking around is to run the application and see what it actually does. After that, the next logical step for me is to put a bunch of breakpoints to make sure I covered most scenarios. For … Continue reading Generating Breakpoints
LINQPad, A developer’s best friend
Hello and welcome 🙂 , Today I want to discuss one tool that is indispensable from my toolbox (also by popular demand :D), from testing out ideas, to developing custom controls, I default to LINQPad most of the time, and not for just "development" topics. Warning, a wall of text is incoming 😀 . We … Continue reading LINQPad, A developer’s best friend