This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hello i am a junior developer who works a general development company that helps many companies do many things! | |
With our current workflow we are fighting each others code, ideas, branches, repositories, codeing standards and a lot more. | |
This is crazy difficult to descripe all of the issues we have but we are growing so fast and we need to standardize our workflow! Who is ready | |
to collaborate on this? | |
Current workflow | |
1) Develop on something we know very minimal about | |
2) Ask the client what they really want their software to do | |
3) Branch 10x and then merge all at the same time |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" ---------------------- USABILITY CONFIGURATION ---------------------- | |
" Basic and pretty much needed settings to provide a solid base for | |
" source code editting | |
" don't make vim compatible with vi | |
set nocompatible | |
" turn on syntax highlighting | |
syntax on | |
" and show line numbers |