Developer trying to code like other of them patch 22#99
Conversation
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.4 to 5.0.5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@6682284...27d5ce7) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…oops/raw_for_loops.md
There was a problem hiding this comment.
Code Review
This pull request removes a link from the documentation index and adds a new file, raw_for_loops.md, detailing infinite for loops in TypeScript. The review feedback suggests clarifying the definition of an infinite loop to explicitly state that it never terminates.
| @@ -0,0 +1,9 @@ | |||
| An infinite for loop is a loop that runs synchronously (operating). | |||
There was a problem hiding this comment.
The definition of an infinite loop is a bit unclear. The term "(operating)" doesn't clearly convey that the loop never terminates. Consider a more standard definition.
| An infinite for loop is a loop that runs synchronously (operating). | |
| An infinite for loop is a loop that never terminates and runs synchronously. |
💡 Codex Reviewhttps://github.com/DeveloperTryingToCodeLikeOtherOfThem/pxt-common-docs/blob/b408d2558e7aa24a5e3d4b192de4f7bc26a694a6/docs/raw_infinite_for_loops.md#L1 Deleting this file introduces broken consumers elsewhere in the repo: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
No description provided.