Help Driven Development with dxExchange.WebServices

I wrote a post about Help Driven Development (HDD) some time back. To summarize, HDD builds on top of what I have since come to understand as Behavioral Driven Development (BDD) and Test Drive Development (TDD). The aim of the paradigms are to improve code and invert the normal process, prioritizing the tasks that often … Continue reading Help Driven Development with dxExchange.WebServices

Advertisement

Focusing on Help Driven Development

I often times write up a never ending While loop in PowerShell to run something every X minutes.  Usually, I do this if I have manually deleted a user from Azure AD and I am waiting for it to synchronize back up: https://gist.github.com/dustindortch/3c2b865f5cbf49248b09e8836d564ec1 When I am done, I just [Ctrl]+[Break], or maybe I insert a … Continue reading Focusing on Help Driven Development