Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thom4parisot/modern-javascript

Work in progress of Modern JavaScript guidelines. Designed to be shared among the BBC. Designed to accept any contribution, BBC or not BBC.
https://github.com/thom4parisot/modern-javascript

Last synced: 7 days ago
JSON representation

Work in progress of Modern JavaScript guidelines. Designed to be shared among the BBC. Designed to accept any contribution, BBC or not BBC.

Awesome Lists containing this project

README

        

# Modern JavaScript

*Work in progress* of **modern JavaScript guidelines**, tools and workflow.

**We envision JavaScript as whole**, dismissing the notion of *frontend* and *backend*.

This is designed to be shared among the BBC; designed to accept any contribution, BBC or not BBC.

# Topics Covered

## [Repository Layout](doc/layout.md)
## [Toolchain](doc/toolchain.md)
## [Preprocessors](doc/preprocessors.md)
## [Modules and Dependencies](doc/modules.md)
## [Testing](doc/testing.md)
## [Workflow](doc/workflow.md)
## [Debugging](doc/debugging.md)
## [Language Best Practice](doc/best-practice.md)
## [Gotchas and Tips](doc/gotchas.md)
## [Frameworks](doc/frameworks.md)
## [Browser Compatibility](doc/browsers.md)
## [Mobile, Tablets and TV Devices](doc/devices.md)
## [Deployment](doc/deployment.md)
## [Monitoring](doc/monitoring.md)
## [Open Source](doc/open-source.md)

# How to Contribute

# License

> Copyright 2013 British Broadcasting Corporation

> Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
> You may obtain a copy of the License at

> http://www.apache.org/licenses/LICENSE-2.0

> Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
> See the License for the specific language governing permissions and limitations under the License.