Plan for better developer tooling
See original GitHub issueThe fix proposed in #197 uses features of ES2015. To maintain support of this app in legacy browsers (looking at you IE11) main.js
needs to be transpiled with babel during the build process. I thought this might be an opportune time to review and modify the overall developer tooling in this project since it has been brought up in many other issues (e.g. #113, #176, #178).
I’ll throw some of the initial ideas down as their own comments so they can be voted on. Feel free to add your own ideas.
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Best Project Management Tools for Developers
Track releases and built-in version management; Designed for Agile development teams; Scrum boards and sprint planning; Kanban boards, Gantt ...
Read more >10 Tools to Make You a Better Software Developer
Though your team may use a more heavy-duty project management tool like Jira, Trello can be an excellent way to manage your own...
Read more >10 Developer Tools to Increase Your Productivity - Zapier
10 Developer Tools You Should Be Aware Of · GitHub · Bitbucket · GitLab · Jenkins.io · Sifter · Asana · Bootstrap ·...
Read more >20 BEST Software Development Tools (2023 Rankings)
#4) Jira. Jira is the most popular software development tool that is used by agile teams for planning, tracking and releasing the software....
Read more >The best developer productivity tools - Clockify
As a software developer, using the right productivity tools will help you: Improve your performance, Sharpen your time management skills,
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Run babel on
main.js
Incorporate Prettier. Ideally, this should be triggered before Pull Requests.