How to initialize a new Scala project in sbt, Eclipse and github

后端 未结 2 646
太阳男子
太阳男子 2021-01-31 04:42

How to initialize a new Scala project in sbt, Eclipse and github, so that it all plays together...

2条回答
  •  爱一瞬间的悲伤
    2021-01-31 05:43

    Previous answer/s is/are of high importance as well as the question since these tools are not self explanatory. Based on personal experience with this challenge which seemed impossible but when one acknowledges few key insurance policy reference points things will become reality:

    1. Implementation of development environment may require radical re-installation as new tool is adopted (if you adopt GIT after you already had SBT in place you may need to empty SBT's working directory as GIT require the cloning process to have empty house on local working directory)
    2. Keep really well updated backups especially when considering re-setting any of this "domino" environment layers as some of the GUI or command initiated cleansing operations truly take care of that sometimes with surprising effectiveness and without any regard to other tools / layers requirements
    3. Keep really good documentation (including previous pragmatic answer) on key stages to make things a reality (again)

提交回复
热议问题