-
Recent Posts
- Chapter 5: Unit Testing the Logger and Client
- Chapter 4: Logger and Server Enhancements
- Chapter 3: Enhancing Logging Code
- Chapter 2: Starting a Simple Logging Application
- Chapter 1: “Hello World” with ZeroMQ
- Intro: Messaging for Raspberry Pi
- Linux Sockets: Which process listens to a port?
- Our Confusion with Software
- Thinking in Code
- Code Reviews: A Discussion
- Easy Py Messaging
- Functional Refactoring for JavaScript
- The Actual Cost of Duplicated Code
- Complexity for JavaScript
- A Basis for Clean Code: Magic 7 +/- 2
- Test Driven Development
- Duplicated Code
- Duplicated Code: What to do?
- Introduction
Recent Comments
archer920gmailcom on Linux Sockets: Which process l… Dave Crenshaw on A Basis for Clean Code: Magic… Archives
Categories
- 0MQ
- analysis
- arduino
- clone
- code reading
- code review
- distributed systems
- functional
- interview
- IoT
- java
- javascript
- linux
- messaging
- networking
- node.js
- problems
- psychology
- python
- raspberry pi
- RaspberryPi
- raspbian
- readings
- refactor
- software
- software development
- stories
- techniques
- test
- testing
- therapy
- Uncategorized
- unittest
- zeromq
- zmq
Meta
-
Recent Posts
Tag Archives: Raspian
Chapter 5: Unit Testing the Logger and Client
The Purpose of Unit Testing Creating tests for your code creates a methodology of proving your code works. Tests define precisely the intent of a routine. Even more important, testing code offers a safety net for both development and maintenance. … Continue reading