Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/Computer.V2.Lib/Maths.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ private static void Pow(ref string expression)
}
catch(System.FormatException)
{
// test comment
Copy link

Copilot AI May 28, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] Remove or update the placeholder comment 'test comment' to provide more meaningful context or remove if unnecessary.

Copilot uses AI. Check for mistakes.
Copy link

Copilot AI May 30, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] The comment 'test comment' appears to be leftover debugging text; consider removing or replacing it with a more informative comment that explains the rationale behind the error handling.

Copilot uses AI. Check for mistakes.
throw new InvalidExpressionException("Power is of wrong format");
}
}
Expand Down
Loading