Open
Conversation
Contributor
There was a problem hiding this comment.
Caution
Changes requested ❌
Reviewed everything up to 2384114 in 1 minute and 26 seconds. Click for details.
- Reviewed
75lines of code in2files - Skipped
0files when reviewing. - Skipped posting
3draft comments. View those below. - Modify your settings and rules to customize what types of comments Ellipsis leaves. And don't forget to react with 👍 or 👎 to teach Ellipsis.
1. .DS_Store:1
- Draft comment:
Avoid committing OS‐specific files like .DS_Store. Add it to your .gitignore to prevent clutter. - Reason this comment was not posted:
Comment was not on a location in the diff, so it can't be submitted as a review comment.
2. computer-science/general-concepts/answers/willdennis.md:64
- Draft comment:
Add a newline at the end of the file for consistency with POSIX standards. - Reason this comment was not posted:
Confidence changes required:33%<= threshold50%None
3. computer-science/general-concepts/answers/willdennis.md:2
- Draft comment:
Suggestion: In the question on line 2, consider capitalizing the names of the programming languages – change "go, python, etc" to "Go, Python, etc" for consistency. - Reason this comment was not posted:
Decided after close inspection that this draft comment was likely wrong and/or not actionable: usefulness confidence = 10% vs. threshold = 50% While technically correct that language names are conventionally capitalized, this is a very minor stylistic issue in what appears to be a markdown file with Q&A content. The meaning is perfectly clear without the capitalization. This feels like nitpicking that doesn't materially improve the code or documentation quality. The capitalization convention for language names is a real thing, and some might argue it shows attention to detail and professionalism. However, this is a minor stylistic issue in an informal Q&A document, and our rules specifically say not to make comments that are obvious or unimportant. This comment should be deleted as it's too minor and doesn't materially improve the content.
Workflow ID: wflow_PgoG09ABIUbdCCKt
You can customize by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.
|
|
||
| Why would you choose one language over another? Can you give an example scenario and trade off two languages? | ||
| - You choose one programming language over another based on the project's needs, including factors like performance, developer experience, ecosystem, scalability, and community support. | ||
| - |
Contributor
There was a problem hiding this comment.
Duplicate bullet found in the language choice answer. Remove the repeated entry.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
finished general concepts
Important
Adds
willdennis.mdwith explanations on key computer science concepts and language choice considerations.willdennis.mdundercomputer-science/general-concepts/answers/with explanations on synchronous vs asynchronous processing, recursion, parallel vs concurrent processing, and anonymous functions.This description was created by
for 2384114. You can customize this summary. It will automatically update as commits are pushed.