generated from neuroinformatics-unit/quarto-presentation-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from neuroinformatics-unit/collaborative-playg…
…round Collaborative playground
- Loading branch information
Showing
6 changed files
with
71 additions
and
64 deletions.
There are no files selected for viewing
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,7 @@ | ||
# Code Quality | ||
|
||
## Code smells | ||
|
||
> A code smell is a surface indication that usually corresponds to a deeper problem in the system. | ||
- Martin Fowler |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# Resources | ||
|
||
## Documentation resources | ||
|
||
## Testing resources | ||
|
||
* [Pytest docs](https://docs.pytest.org/en/7.3.x/) | ||
|
||
## Refactoring resources | ||
|
||
* [31 code smells](https://pragmaticways.com/31-code-smells-you-must-know/) | ||
|
||
|
||
## Packaging resources | ||
|
||
* [NIU cookiecutter](https://github.com/neuroinformatics-unit/python-cookiecutter) | ||
* [Python packaging tutorial](https://packaging.python.org/en/latest/tutorials/packaging-projects/) | ||
* [Python wheels walkthrough](https://youtu.be/FpIJ7T1Gpjo?feature=shared&t=1638) | ||
|
||
## Code review and issue tracking resources | ||
|
||
* [Step-by-step guide](https://blog.ossph.org/a-beginners-guide-to-contributing-to-open-source-projects/) | ||
* Advice on how to do code review: | ||
* as [an author](https://mtlynch.io/code-review-love/) | ||
* as [a reviewer](https://mtlynch.io/human-code-reviews-1/) | ||
* The Zeigarnik effect: Why creating issues [helps you switch off](https://todoist.com/inspiration/zeigarnik-effect-comic) | ||
|
||
## RSE Community | ||
|
||
* join the community! | ||
* [SWC slack `#software-skills`](swc-neuro.slack.com) | ||
* [UCL Research Programming Hub](https://www.ucl.ac.uk/advanced-research-computing/community/ucl-research-programming-hub) | ||
* [Research Software London](https://rslondon.ac.uk/) | ||
* [Research Software Engineering societies](https://society-rse.org/international-rse-organisations/) | ||
|
||
### More context about Research Software Engineering | ||
|
||
* [The four pillare of RSE](https://ieeexplore.ieee.org/document/8994167) | ||
* [The Software Sustainability Institute](https://www.software.ac.uk/) | ||
* [The hidden REF – Celebrating all research outputs](https://hidden-ref.org/) |
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