Skip to content

improving wording and Fusion code#2

Merged
mittelmark merged 2 commits intomittelmark:mainfrom
pfusik:proofread-tutorial
Feb 18, 2026
Merged

improving wording and Fusion code#2
mittelmark merged 2 commits intomittelmark:mainfrom
pfusik:proofread-tutorial

Conversation

@pfusik
Copy link
Contributor

@pfusik pfusik commented Feb 7, 2026

No description provided.

public static int ParseInt(string s, int invalid=-1) {
int def = -1;
public static int ParseInt(string s, int invalid = -1) {
int sign = 0;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

My version doesn't copy the string and rejects the "-" string.

Copy link
Owner

@mittelmark mittelmark left a comment

Choose a reason for hiding this comment

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

Looks fine will check my typing with JavaScript and TypeScript as well on other places.

@mittelmark mittelmark merged commit 79a1c09 into mittelmark:main Feb 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants