Hacker News new | ask | show | jobs
by 100011_100001 1630 days ago
You might want to look at BDD. It's a way to be able to discuss what has to happen and use code to make it happen.
1 comments

Thanks for the recommendation. I've read the book by Eric Evans and I like the first chapters about creating an ubiquitous language. I'm trying to figure out how to create a balance between the spoken language in code and the actual implementation of the code.