INDAPlus21 / INDAPlus21/emilhul-simulation

Pass

Open
#1 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

**Very well done Emil!**

Gold points for Rust! I also appreciate your consistent use of syntax conventions. Your comprimises between non-essential abstractions and readability is sound.

Tip: Brackets are not always necessary. _Your code_:
```rust
match self.target {
Some(_target) => {
_target
},
None => {
Vector2::from(1000.0, 600.0) - self.position
}
}
```

Keep it up!

Contributor guide

No contributing guide indexed for this repository

Research direction

The issue contains praise and a Rust match example, but names no file, test, or requested change. Treat it as feedback rather than a defined task; no completion criterion is provided.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
game-dev
Issue type
Refactor
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
5/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.