Unit Testing


2
  Roy Osherove has worked in the software industry for over 20 years, and has authored several books including “The Art of Unit Testing”. These days, he is working as a freelance consultant & trainer on-site for various companies across the world.   Links https://osherove.com/ https://twitter.com/RoyOsherove https://www.linkedin.com/in/osherove/ “Tempting Time” by […]

Episode 209 – Elastic Leadership with Roy Osherove


  Brad has been a professional software developer for more than 25 years, working as a consultant, developer, team lead, architect, and CTO. He is currently working at Microsoft on the App Center team, having previously worked on the ASP.NET and CodePlex teams. He has been involved in the agile […]

Episode 082 – xUnit with Brad Wilson




Naming Code is a language, and as such it has parts of speech. Classes and variables are nouns and should be named as persons, places, or things. Methods or functions are verbs and should take an action. Booleans, this is inclusive of classes, variables, methods, and functions, are predicates and […]

6 Rules to Improve Your Code