1
1
Fork 0
AtomicKotlinCourse/course-info.yaml

23 lines
1002 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

title: AtomicKotlin
language: English
summary: <p>These are examples and exercises accompanying the <a href ="https://www.atomickotlin.com/">Atomic Kotlin book</a>. These materials are designed for both dedicated novices and experienced programmers – no programming background is necessary.</p>
<p>Kotlin is powerful – not only does it have a rich set of features, but you can
also express those features in numerous ways. These features are discussed in the book and presented in the exercises.</p>
<p>Each atom in Atomic Kotlin is accompanied by several exercises to cement your understanding of the material. We recommend solving the exercises directly after reading an atom.</p>
programming_language: Kotlin
vendor:
name: JetBrains
email: support@jetbrains.com
url: https://www.jetbrains.com/
content:
- Programming Basics
- Introduction to Objects
- Usability
- Functional Programming
- Object-Oriented Programming
- Preventing Failure
- Power Tools
- Appendices