- Hands-On Design Patterns with Kotlin
- Alexey Soshin
- 91字
- 2021-06-25 20:49:22
Getting Started with Kotlin
In this chapter, we'll cover basic Kotlin syntax, and discuss what design patterns are good for and why they should be used in Kotlin.
The goal of this chapter is not to cover the entire language vocabulary, but to get you familiar with some basic concepts and idioms. The following chapters will slowly expose you to more language features as they become relevant to the design patterns we'll discuss.
In this chapter, we will cover the following topics:
- Basic language syntax and features
- Introduction to design patterns
推薦閱讀
- 精通Nginx(第2版)
- 一步一步學Spring Boot 2:微服務項目實戰
- C語言程序設計(第2 版)
- Learn Type:Driven Development
- 零基礎學C++程序設計
- Learning Docker
- Xcode 7 Essentials(Second Edition)
- 你不知道的JavaScript(中卷)
- 劍指MySQL:架構、調優與運維
- Haskell Data Analysis Cookbook
- Getting Started with Eclipse Juno
- Mastering ArcGIS Enterprise Administration
- Python機器學習算法與應用
- Learning Splunk Web Framework
- Python趣味編程與精彩實例