Java tutorial
还没有人认领这个 Issue。
评估
- 难度
- 5/5
- 预计耗时
- 一周以上
- 新手友好度
- 20/100
- Issue 类型
- 文档
- 描述清晰度
- 需要澄清
- 活跃度
- 停滞
- 技术栈
- java
调研方向
Start by defining the scope of the proposed Java tutorial, including IDE installation, the Hello World concepts, and run configuration guidance. Done should include a complete beginner-facing tutorial, but the issue does not name repository files or tests to use.
由索引模型根据 Issue 内容生成。
描述
I've had a few requests to coach Java at codebar so I thought a basic tutorial would be useful. However, Java is a complex beast and it helps a lot if students have an IDE like IntelliJ IDEA installed before they start.
Installing an IDE could be lesson 0.
For lesson 1, one of the complexities of Java is that you need an understanding of a fair number of concepts even for a hello world example. To produce the simplest example I can come up with:
public class Hello {
public static void main(String[] args) {
System.out.println("Hello, world!");
}
}
you need to explain the concepts, of class, main method, types (String[] and void) and modifiers (public and static). This can quickly get confusing so any suggestion as to how to do this properly would be good.
Then there's the challenge of getting the IDE to run the code properly, which requires a run configuration.
- 主要语言
- JavaScript
- 星标
- 268
- 派生
- 240
- PR 合并指标
- 30 天内没有已合并 PR
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
codebar/tutorials 的其他 Issue
-
难度 1/5 1 小时以内 新手友好度 75/100
-
难度 3/5 1-2 天 新手友好度 62/100
-
难度 2/5 1-3 小时 新手友好度 25/100
-
难度 3/5 1-2 天 新手友好度 25/100
-
难度 1/5 1 小时以内 新手友好度 45/100
查看 codebar/tutorials 的全部 Issue
相似的 Issue
-
bug
难度 2/5 1-3 小时 新手友好度 76/100
avniproject/avni-client#2135 ·
-
automated broken-link
难度 1/5 1 小时以内 新手友好度 85/100
-
agent/security hive/hosted-available-lke648397-260827-5n31 security
难度 2/5 1-3 小时 新手友好度 84/100
-
enhancement
难度 2/5 1-3 小时 新手友好度 70/100
babalae/bettergi-scripts-list#3674 ·
-
A-Release-Notes C-Editing D-Modest S-Ready-For-Implementation
难度 2/5 1-3 小时 新手友好度 72/100
bevyengine/bevy-website#2595 ·