Change current development workflow
See original GitHub issueI have not seen the project in a while and have not contributed to it. I was confused about different tools and workflow this project uses:
setup.pycommandsMakefiletox- custom commands in CI
What do I suggest:
- Stick to one thing only. It might be whatever we choose, but this tool should be the only possible way to do things
- Update
Contributing.md, since it does not contain any helpful information. What should be there? A step by step instruction how to do things. How to install dependencies? How to test your code? How to upload it topypi?
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
5 Critical Steps in the Change Management Process
The change management process includes: Preparing the organization for change, planning, implementation, embedding the change, ...
Read more >3 Tips to Optimize Your Development Workflow | Perforce
Your development workflow should align team members, keep them engaged, and drive a balance between speed and quality of code changes. Often ...
Read more >The changing development workflow
A changing workflow is one of the main challenges for developers adopting Kubernetes. Software development itself isn't the challenge. Developers can continue ...
Read more >6 Steps to a Successful Change Management Process - Indeed
1. Identify the goals and develop a strategy · 2. Determine how the change will impact the organization · 3. Assemble your change...
Read more >How to Create Lasting Change to Your Development Workflow
50% off Personal Annual and Premium subscriptions! Sign up to expand your technology skills and save TODAY!
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 Free
Top 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

+1 for removing
tox. It serves well when we need to test bothpy2andpy3, but it is not so important when dealing with only two very similar versions ofpython3.@lk-geimfari Okay, you’re right. It’s unnecessary tool with travis and appveyor.