Skip to content

CortXplorer/Dynamic_CSD

Repository files navigation

This repo contains Dynamic CSD Analysis for projects associated with Team CortXplorer at Leibniz Institute for Neurobiology

For information on how to use these scripts, please contact me at [email protected]

If you use this code, please cite our latest paper associated with this project.

Suggested Git documentation

Good Git practices:


1. Write good commit messages
	* Because we should be able to skim the list of changes and retrace steps
2. Write good variable names
	* Increases readability
3. Make small commits when possible
	* Summarize the change in a sentence or phrase - Increases readability of tracking
	* If you feel the commit message is too long, instead split it to several commits
4. Before you Push all of your code changes, Pull the online directory to sync locally 
	* This will massively simplify any merge conflicts that arise as you will be able to handle them locally
5. Make experimental changes in branches before messing with the master
	* Because people are using the master and it should continue to function 
6. Request a merge with the master 
    	* So that at least one other member must double-check changes 
7. Write good messages when assigning tasks to other users
8. Write good documentation explaining your functions
	* Input, output, folder paths, and if necessary the shape of data input
9. UPDATE documentation in functions if you altered the function

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages