Skip to content
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 reference to old Project/Theme/Plugin Scaffold with the new WP… #364

Merged
merged 2 commits into from
Jun 25, 2021

Conversation

smy315
Copy link
Contributor

@smy315 smy315 commented May 21, 2021

This PR addresses #363.

@@ -12,7 +12,7 @@ Standardizing the way we structure our JavaScript allows us to collaborate more

It's important we use language features that are intended to be used. This means not using deprecated functions, methods, or properties. Whether we are using plain JavaScript or a library, we should not use deprecated features. Using deprecated features can have negative effects on performance, security, maintainability, and compatibility.

On all new projects you should be using up to date JavaScript methodologies combined with a build process tool like [Babel](https://babeljs.io/) to ensure browser compatibility. This allows us to utilize modern techniques while being certain our code will not break in older systems. The [theme scaffolding](https://github.com/10up/theme-scaffold) and [plugin scaffolding](https://github.com/10up/plugin-scaffold) have this functionality built in.
On all new projects you should be using up to date JavaScript methodologies combined with a build process tool like [Babel](https://babeljs.io/) to ensure browser compatibility. This allows us to utilize modern techniques while being certain our code will not break in older systems. The [10up WP Scaffold](https://github.com/10up/wp-scaffold) have this functionality built in.

Choose a reason for hiding this comment

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

Suggested change
On all new projects you should be using up to date JavaScript methodologies combined with a build process tool like [Babel](https://babeljs.io/) to ensure browser compatibility. This allows us to utilize modern techniques while being certain our code will not break in older systems. The [10up WP Scaffold](https://github.com/10up/wp-scaffold) have this functionality built in.
On all new projects you should be using up to date JavaScript methodologies combined with a build process tool like [Babel](https://babeljs.io/) to ensure browser compatibility. This allows us to utilize modern techniques while being certain our code will not break in older systems. The [10up WP Scaffold](https://github.com/10up/wp-scaffold) has this functionality built in.

@tlovett1 tlovett1 merged commit 5064bfc into gh-pages Jun 25, 2021
@jeffpaul jeffpaul deleted the fix/scaffold-references branch September 22, 2021 21:40
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