Tag Index

 comments (4) docstrings (3) documentation (8) errors (2) file-level (3) imports (1) last-pass (6) naming (4) parameters (4) plots (1) process (5) published-code-critique (7) readme (3) science-meaning (2) software (1) style (3) testing (1)

 comments (4)

Double-check your comments
Explain your science
Crediting sources in your code
Repetitive comments

 docstrings (3)

In praise of writing documentation
Script docstrings
Describing parameters in docstrings

 documentation (8)

Provide context for code
Documenting options
Directory READMEs
A pretty good README
The art of toy data
Use data files
Help others help you
In praise of writing documentation

 errors (2)

Parameters implying other parameters
Useful error messages

 file-level (3)

Directory READMEs
Organizing files for code
Script docstrings

 imports (1)

Including version numbers in your code

 last-pass (6)

Updating explanations of meaning
Double-check your comments
Don't Repeat Yourself
Reproduce your work
Do a final cleanup
How I document code

 naming (4)

Using simple structs
Use data files
Help others help you
Using keyword arguments

 parameters (4)

Parameters implying other parameters
Documenting options
Using keyword arguments
Describing parameters in docstrings

 plots (1)

Magic numbers in plotting

 process (5)

Don't Repeat Yourself
Reproduce your work
Keeping a "dry lab" lab notebook
Organizing files for code
How I document code

 published-code-critique (7)

Provide context for code
Double-check your comments
Format your code
A pretty good README
Use data files
Help others help you
Do a final cleanup

 readme (3)

Provide context for code
Directory READMEs
A pretty good README

 science-meaning (2)

Updating explanations of meaning
Explain your science

 software (1)

Including version numbers in your code

 style (3)

Format your code
Magic numbers in plotting
Don't Repeat Yourself

 testing (1)

The art of toy data