Skip to content

Commit d4e8854

Browse files
committed
updated README
1 parent 0876e72 commit d4e8854

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ A project that shows Kotlin language features that differ from java (https://kot
1616
* [Logging configuration](#logging)
1717
* [Code coverage](#coverage)
1818
* [Kotlin features](#kotlin-features)
19-
19+
* [Ideas to try](#ideas)
2020
# Checks
2121

22-
Jacoco code coverage, pmd, checkstyle, enforcer, findbugs
22+
`Jacoco`/`cobertura` code coverage, `pmd`, `checkstyle`, `enforcer`, `findbugs`
2323

2424
# Project structure
2525
Each sub project follows the structure
2626
Maven project that consists of the following parts:
2727
- Kotlin main classes are under (`src/main/kotlin`) with different classes with kotlin features.
28-
- Test extentions for executing tests (`src/test/kotlin`) that show kotlin features and run during the build
28+
- Test extensions for executing tests (`src/test/kotlin`) that show kotlin features and run during the build
2929

3030
# Building project
3131
`mvn clean package`
@@ -70,3 +70,7 @@ Coveralls and Cobertura are not good with generated code, so Delegates example w
7070
- `SpringExampleTest` integration with spring framework
7171
- `ObservableTest` observable feature example (kind of value changed listener)
7272
- `Mapping` mapping from Map to class fields example
73+
74+
# Ideas
75+
- From reference https://kotlinlang.org/docs/reference/
76+
- Kotlin conf 2017 https://www.youtube.com/playlist?list=PLQ176FUIyIUY6UK1cgVsbdPYA3X5WLam5

0 commit comments

Comments
 (0)