Skip to content

Instantly share code, notes, and snippets.

@Spartee
Created May 23, 2019 23:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Spartee/5279220c037e64aab7ce305ead733ec4 to your computer and use it in GitHub Desktop.
Save Spartee/5279220c037e64aab7ce305ead733ec4 to your computer and use it in GitHub Desktop.

Internship Prep

To Read

1. Best Practices https://github.com/chapel-lang/chapel/tree/master/doc/rst/developer/bestPractices
   - ContributorInfo.rst - good info for PR's 
   - GitCheatsheet.rst - Git info
   - TestSystem.rst - how to use start_test system(important!)
   - SpellChecking.rst - how to quickly spell check your code

2. Why do you need a package manager
	- Medium article - https://medium.com/@sdboyer/so-you-want-to-write-a-package-manager-4ae9c17d9527
3. Mason Issue List - https://github.com/chapel-lang/chapel/issues/7106
4. Semantic versioning - https://semver.org/
5. Mason source code - https://github.com/chapel-lang/chapel/tree/master/tools/mason
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment