katilius.dev - All posts | Arminas Katilius Personal Blog

Description: Blog about different programming topics. Improving code quality, writing tests, functional programming, React, etc.

blog (28744) javascript (13920) react (3468)

Example domain paragraphs

Object creation techniques for tests October 28, 2019 Object creation is easy until objects become large and complex, some ideas how to cope with that in test code.

Maybe TDD is the right technique for you, but multiple coincidences lead you to the conclusion that it’s too hard and impractical. Few ideas that might help you rethink your TDD experience

Analysing and modifying abstract syntax tree is not that hard, if you start from simple cases and gradually increase complexity.