I'll be writing a Word Counter Swift module fully East-Oriented
![Teaser image](https://christiantietze.de/posts/2016/01/east-oriented-module-word-counter/201601181145_analytics-sketch.jpg)
The Word Counter is my biggest software project so far, and it’s growing. To add features, I discovered the use of Swift modules with joy. I can write code for all levels of the new feature in isolation in a new project that compiles fast. Later I plug the resulting project and module into the Word Counter, et voilà: feature finished.