- Kotlin Blueprints
- Ashish Belagali Hardik Trivedi Akshay Chordiya
- 149字
- 2021-07-02 21:50:10
Excellent IDE support from day one
Kotlin comes from JetBrains, who also develop a well-known Java integrated development environment (IDE): IntelliJ IDEA. JetBrains developers made sure that Kotlin has first-class support in IDEA. Not only that, they also developed a Kotlin plugin for Eclipse, which is the #1 most widely used Java IDE.
Contrast this with the situation when Java appeared on the scene roughly two decades ago. There was no good IDE support. Programmers were asked to use simple text editors. Coding Java was hard, with no safety net provided by an IDE, until the Eclipse editor was open-sourced.
In the case of Kotlin, the editor's suggestions being available from day one means that they can learn the language faster, make fewer mistakes, and write good quality compilable code with relative ease. Clearly, Kotlin does not want to waste any time in climbing up the ladder of popularity.
- VMware View Security Essentials
- TypeScript入門與實(shí)戰(zhàn)
- Node.js Design Patterns
- Python快樂編程:人工智能深度學(xué)習(xí)基礎(chǔ)
- Learning Bayesian Models with R
- 程序員修煉之道:通向務(wù)實(shí)的最高境界(第2版)
- Symfony2 Essentials
- C++20高級(jí)編程
- Python Data Science Cookbook
- 從零開始學(xué)Python網(wǎng)絡(luò)爬蟲
- Red Hat Enterprise Linux Troubleshooting Guide
- Deep Learning with R Cookbook
- 數(shù)據(jù)分析與挖掘算法:Python實(shí)戰(zhàn)
- Drupal 8 Development Cookbook(Second Edition)
- Java設(shè)計(jì)模式深入研究