paulodamaso / tic-tac-toe

A simple tic tac toe game.
MIT License
1 stars 0 forks source link

Avoid fluent interfaces #11

Open paulodamaso opened 6 years ago

paulodamaso commented 6 years ago

Avoid using fluent interfaces: https://en.wikipedia.org/wiki/Fluent_interface https://martinfowler.com/bliki/FluentInterface.html https://ocramius.github.io/blog/fluent-interfaces-are-evil/ http://www.yegor256.com/2018/03/13/fluent-interfaces.html

0pdd commented 6 years ago

@paulodamaso 2 puzzles #12, #13 are still not solved.