coding-cat-official/coding-cat

Implement Refactoring questions

オープン

#157 opened on 2026/02/25

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)TypeScript (2 件のフォーク)auto 404
future tasksgood first issue

Repository metrics

Stars
 (2 個のスター)
PR merge metrics
 (PR metrics pending)

説明

users needs examples where they improve the code quality, not just ensure I/O checking

we need (more planning of...) a new feature in coding cat where students are given sloppy code that works and asked to improve the implementation

This can take the form of refactoring multiple if statements into one simple if check. Stuff like that. This can be done by leveraging static analysis of the student code string (by say, just counting the times "if" shows up in the student solution)

first we need a prototype of this kind of system, then we can do a problem-hackathon where we populate it with questions. Also we need to think about how this fits into the larger system of problems. is this a new category of problems? Or do we fold it in to the existing problem categories (like string-1, string-2)

コントリビューターガイド