-
Notifications
You must be signed in to change notification settings - Fork 14k
Update assignment.md #1394
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update assignment.md #1394
Conversation
Hi Everyone i'm working on a motorbike hailing app your help team will be
highly appreciated,
…On Mon, Apr 7, 2025 at 8:27 AM priyanshudewangan ***@***.***> wrote:
Description
Please include a summary of the changes and the related issue. Please also
include relevant motivation and context.
Fixes # (issue)
Type of change
- Bug fix (non-breaking change which fixes an issue)
- New feature (non-breaking change which adds functionality)
- Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- This change requires a documentation update
------------------------------
You can view, comment on, or merge this pull request online at:
#1394
Commit Summary
- 7db6ea7
<7db6ea7>
Update assignment.md
File Changes
(1 file
<https://github.com/microsoft/Web-Dev-For-Beginners/pull/1394/files>)
- *M*
1-getting-started-lessons/1-intro-to-programming-languages/assignment.md
<https://github.com/microsoft/Web-Dev-For-Beginners/pull/1394/files#diff-f1576a1ab407a813ad1a24d8917f3a11b084db263d41047ba22db80b857983aa>
(47)
Patch Links:
- https://github.com/microsoft/Web-Dev-For-Beginners/pull/1394.patch
- https://github.com/microsoft/Web-Dev-For-Beginners/pull/1394.diff
—
Reply to this email directly, view it on GitHub
<#1394>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJUUVLM7QGNRZZWCTDQARD32YILDJAVCNFSM6AAAAAB2SWTJV6VHI2DSMVQWIX3LMV43ASLTON2WKOZSHE3TKNZVGY3DQNI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
This is a bast aporchunity |
@priyanshudewangan please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information. |
This PR has not seen any action for a while! Closing for now, but it can be reopened at a later date. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds example content to an assignment document that appears to be ChatGPT-generated response material. The addition includes a conversational explanation and three detailed tool examples (Parcel, PostCSS, and Browsersync) with descriptions and use cases for web development tools.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
ChatGPT said: | ||
Perfect! Thanks for the link — that page on MDN lists a bunch of client-side tools used in web development (like build tools, linters, package managers, etc.). | ||
|
||
You're supposed to choose 3 tools that were not covered in your class, and for each one: | ||
|
||
Find it in that MDN list (or something similar from the category). | ||
|
||
Explain what the tool is. | ||
|
||
Explain why a web developer would use it. | ||
|
||
That’s how you get the “Exemplary” grade in your rubric! | ||
|
||
✅ Here’s an example structure for your assignment using 3 tools: | ||
1. Parcel (Bundler Tool) | ||
What it is: | ||
Parcel is a web application bundler that automatically transforms, bundles, and optimizes your code without needing a config file. | ||
|
||
Why a web developer would use it: | ||
A web developer would use Parcel to speed up their development process by letting the tool handle tasks like minification, bundling assets, and hot module reloading — all with minimal setup. It’s great for beginners and small-to-medium projects. | ||
|
||
Documentation: | ||
https://parceljs.org | ||
|
||
2. PostCSS (CSS Tooling) | ||
What it is: | ||
PostCSS is a tool for transforming CSS with JavaScript plugins. It can lint your CSS, add vendor prefixes, and even let you use future CSS features. | ||
|
||
Why a web developer would use it: | ||
Developers use PostCSS to improve and future-proof their CSS, ensuring better browser compatibility and reducing manual work. It helps write cleaner and more modern CSS. | ||
|
||
Documentation: | ||
https://postcss.org | ||
|
||
3. Browsersync (Development Tool) | ||
What it is: | ||
Browsersync is a development tool that automatically reloads your browser when files change — and it syncs across multiple devices in real time. | ||
|
||
Why a web developer would use it: | ||
It’s great for testing responsive designs across devices. A developer can instantly see changes across multiple screens without manually refreshing. This speeds up development and ensures consistency. | ||
|
||
Documentation: | ||
https://browsersync.io | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This appears to be ChatGPT-generated content that was accidentally included in an assignment template. The conversational tone and attribution to ChatGPT suggests this should be removed from the official assignment documentation.
ChatGPT said: | |
Perfect! Thanks for the link — that page on MDN lists a bunch of client-side tools used in web development (like build tools, linters, package managers, etc.). | |
You're supposed to choose 3 tools that were not covered in your class, and for each one: | |
Find it in that MDN list (or something similar from the category). | |
Explain what the tool is. | |
Explain why a web developer would use it. | |
That’s how you get the “Exemplary” grade in your rubric! | |
✅ Here’s an example structure for your assignment using 3 tools: | |
1. Parcel (Bundler Tool) | |
What it is: | |
Parcel is a web application bundler that automatically transforms, bundles, and optimizes your code without needing a config file. | |
Why a web developer would use it: | |
A web developer would use Parcel to speed up their development process by letting the tool handle tasks like minification, bundling assets, and hot module reloading — all with minimal setup. It’s great for beginners and small-to-medium projects. | |
Documentation: | |
https://parceljs.org | |
2. PostCSS (CSS Tooling) | |
What it is: | |
PostCSS is a tool for transforming CSS with JavaScript plugins. It can lint your CSS, add vendor prefixes, and even let you use future CSS features. | |
Why a web developer would use it: | |
Developers use PostCSS to improve and future-proof their CSS, ensuring better browser compatibility and reducing manual work. It helps write cleaner and more modern CSS. | |
Documentation: | |
https://postcss.org | |
3. Browsersync (Development Tool) | |
What it is: | |
Browsersync is a development tool that automatically reloads your browser when files change — and it syncs across multiple devices in real time. | |
Why a web developer would use it: | |
It’s great for testing responsive designs across devices. A developer can instantly see changes across multiple screens without manually refreshing. This speeds up development and ensures consistency. | |
Documentation: | |
https://browsersync.io | |
Copilot uses AI. Check for mistakes.
Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context.
Fixes # (issue)
Type of change