Skip to content

Instantly share code, notes, and snippets.

View aivarsk's full-sized avatar
🏠
Working from home

Aivars Kalvāns aivarsk

🏠
Working from home
View GitHub Profile
//
// CHALLENGE (work in pairs):
// Move from f(o) -> o.f() and sure that the code is CQS compliant.
//
// 1
class CsvParser<T extends Lines> {
Collection<T> parse(File location) {
}