-
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
Category Archives: javascript
Functional Refactoring for JavaScript
Functional programming often centers around machinery and not core principles. Functional programming is not about monads, monoids, or zippers. It is primarily about writing programs by composing generic reusable functions. This article is about applying functional thinking when refactoring JavaScript … Continue reading
Posted in functional, javascript, node.js, refactor, software, techniques
Leave a comment