Skip to main content
The Cloistered Monkey
  • Pages
  • Archive
  • Tags
  • RSS feed
  • Projects
    Ape Iron Beach Pig Rump & Thigh Bowling For Data Give the Fish Neurotic Networking Terribilis Ludum Visions, Voices, Data
  • Source

Creating Testable Software

Cloistered Monkey

2012-08-03 21:51

Source

  1. Create Clean Code -- code for which you can:
    • describe exactly what it does
    • describe exactly how it interacts with other entities
  2. Minimize Threads
  3. Minimize Global Variables -- these create implicit inputs to any software in the same module.
  4. Reduce references and pointers.
  5. Maximize Assertions
From Udacity's Testing Software course.
  • software testing
  • udacity
  • Previous post
  • Next post
Scribbled by the Cloistered Monkey - Powered by Nikola
This work is licensed under CC BY 4.0