dotabuff / yasha

Dota 2 (Source 1) replay parser written in Go
MIT License
132 stars 19 forks source link

flatten project structure #6

Closed manveru closed 9 years ago

manveru commented 9 years ago

Awesome, that actually looks like useful tests :dancers:

jcoene commented 9 years ago

For casual observers, the goal here is to reduce complexity, cognitive load and improve testability. A single package makes the relation between names more meaningful and improves our ability to audit test coverage.