Java tutorial

Đang mở
#422 1 bình luận 0 reaction 0 người được giao Xem trên GitHub

Chưa có ai nhận issue này.

Đánh giá

Độ khó
5/5
Thời gian dự kiến
Hơn một tuần
Mức phù hợp với người mới
20/100
Loại issue
Tài liệu
Độ rõ ràng
Cần làm rõ
Mức độ hoạt động
Đình trệ
Công nghệ
java
Lĩnh vực
documentation

Hướng nghiên cứu

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.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Mô tả

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.

Ngôn ngữ chính
JavaScript
Star
268
Fork
240
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Bắt đầu từ đâu

  1. Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
  2. Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
  3. Fork repository và làm thay đổi trên một nhánh.
  4. Mở pull request có tham chiếu số hiệu của issue.

Issue khác của codebar/tutorials

Tất cả issue của codebar/tutorials

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.