Skip to content

Conversation

priyanshudewangan
Copy link

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

@BUSIKU
Copy link

BUSIKU commented Apr 7, 2025 via email

@AR10-raj
Copy link

This is a bast aporchunity

@AR10-raj
Copy link

@priyanshudewangan please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.

Copy link

This PR has not seen any action for a while! Closing for now, but it can be reopened at a later date.

Copy link
Contributor

@Copilot Copilot AI left a 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.

Comment on lines +12 to +56
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

Copy link
Preview

Copilot AI Aug 29, 2025

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.

Suggested change
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.

@leestott leestott closed this Aug 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants