├── README.md ├── bang-bang └── README.md ├── classes-methods-extension-functions └── README.md ├── copying-extension-functions └── README.md ├── error-reporting ├── README.md └── error-reporting.svg ├── feature-filter-funnel.svg ├── immutable-domain-models └── README.md ├── lateinit └── README.md ├── modules └── README.md ├── monitoring-events └── README.md ├── organising-code └── README.md ├── pipelines-of-transformations ├── README.md └── refactoring-pipelines.svg ├── reflection └── README.md ├── speed-bumps ├── README.md └── speed-bump.jpg ├── test-code └── README.md ├── testing-code-that-parses-data-from-the-network └── README.md ├── testing-code-that-writes-data-to-the-network └── README.md ├── testing-multithreaded-code └── README.md └── wrapper-type └── README.md /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/springernature/kotlin-playbook/HEAD/README.md -------------------------------------------------------------------------------- /bang-bang/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/springernature/kotlin-playbook/HEAD/bang-bang/README.md -------------------------------------------------------------------------------- /classes-methods-extension-functions/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/springernature/kotlin-playbook/HEAD/classes-methods-extension-functions/README.md -------------------------------------------------------------------------------- /copying-extension-functions/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/springernature/kotlin-playbook/HEAD/copying-extension-functions/README.md -------------------------------------------------------------------------------- /error-reporting/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/springernature/kotlin-playbook/HEAD/error-reporting/README.md -------------------------------------------------------------------------------- /error-reporting/error-reporting.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/springernature/kotlin-playbook/HEAD/error-reporting/error-reporting.svg -------------------------------------------------------------------------------- /feature-filter-funnel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/springernature/kotlin-playbook/HEAD/feature-filter-funnel.svg -------------------------------------------------------------------------------- /immutable-domain-models/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/springernature/kotlin-playbook/HEAD/immutable-domain-models/README.md -------------------------------------------------------------------------------- /lateinit/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/springernature/kotlin-playbook/HEAD/lateinit/README.md -------------------------------------------------------------------------------- /modules/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/springernature/kotlin-playbook/HEAD/modules/README.md -------------------------------------------------------------------------------- /monitoring-events/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/springernature/kotlin-playbook/HEAD/monitoring-events/README.md -------------------------------------------------------------------------------- /organising-code/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/springernature/kotlin-playbook/HEAD/organising-code/README.md -------------------------------------------------------------------------------- /pipelines-of-transformations/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/springernature/kotlin-playbook/HEAD/pipelines-of-transformations/README.md -------------------------------------------------------------------------------- /pipelines-of-transformations/refactoring-pipelines.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/springernature/kotlin-playbook/HEAD/pipelines-of-transformations/refactoring-pipelines.svg -------------------------------------------------------------------------------- /reflection/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/springernature/kotlin-playbook/HEAD/reflection/README.md -------------------------------------------------------------------------------- /speed-bumps/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/springernature/kotlin-playbook/HEAD/speed-bumps/README.md -------------------------------------------------------------------------------- /speed-bumps/speed-bump.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/springernature/kotlin-playbook/HEAD/speed-bumps/speed-bump.jpg -------------------------------------------------------------------------------- /test-code/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/springernature/kotlin-playbook/HEAD/test-code/README.md -------------------------------------------------------------------------------- /testing-code-that-parses-data-from-the-network/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/springernature/kotlin-playbook/HEAD/testing-code-that-parses-data-from-the-network/README.md -------------------------------------------------------------------------------- /testing-code-that-writes-data-to-the-network/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/springernature/kotlin-playbook/HEAD/testing-code-that-writes-data-to-the-network/README.md -------------------------------------------------------------------------------- /testing-multithreaded-code/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/springernature/kotlin-playbook/HEAD/testing-multithreaded-code/README.md -------------------------------------------------------------------------------- /wrapper-type/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/springernature/kotlin-playbook/HEAD/wrapper-type/README.md --------------------------------------------------------------------------------