#48in24: Add analyzer feedback for Parallel Letter Frequency
- Ngôn ngữ chính
- Java
- Star
- 834
- Fork
- 779
- Merge trung bình
- 1 ngày 1 giờ
- Pull request đã merge (30 ngày)
- 3
Mô tả
The Parallel Letter Frequency exercise on the Java track [is being featured in the #48in24 challenge](https://exercism.org/challenges/48in24/implementation_status), which means that we expect an influx of students attempting to solve it during that week.
It would be nice if the exercise contains some more content by that time.
One example of this is to add [analyzer](https://exercism.org/docs/building/tooling/analyzers) feedback for the exercise, to provide automated feedback on submitted solutions.
Adding analyzer feedback is done in three steps:
1. Create (or update) the `.meta/design.md` file for the exercise explaining what type of feedback the analyzer should provide ([example for the Leap exercise](https://github.com/exercism/java/blob/main/exercises/practice/leap/.meta/design.md)).
2. Add the copy for the analyzer comments to [exercism/website-copy](https://github.com/exercism/website-copy/tree/main/analyzer-comments/java).
3. Implement the analyzer rules in [exercism/java-analyzer](https://github.com/exercism/java-analyzer).
Hướng dẫn đóng góp
Hướng nghiên cứu
Bắt đầu bằng cách tìm bài tập Parallel Letter Frequency và xem lại `.meta/design.md` của bài tập đó, sử dụng thiết kế bài tập Leap làm ví dụ tham chiếu. Sau đó, kiểm tra `exercism/website-copy` trong `analyzer-comments/java` và repository `exercism/java-analyzer`. Công việc được xem là hoàn tất khi thiết kế feedback, nội dung comment của analyzer và các rule tương ứng của analyzer được triển khai qua ba bước được mô tả.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- java
- Lĩnh vực
- tooling
- Loại issue
- Tính năng
- Độ khó
- 5/5
- Thời gian dự kiến
- Hơn một tuần
- Mức độ hoạt động
- Đình trệ
- Độ rõ ràng
- Khá rõ ràng
- Mức phù hợp với người mới
- 35/100