Recommended Code Practices

WARNING: This content has been deprecated!

Please browse or search the main wiki for more up-to-date content.

This topic is covered on https://github.com/projecthydra/hydra/blob/master/CONTRIBUTING.md

Code Comments

See the Code Comment Guidelines.

Test Coverage - Include RSpec AND Cucumber tests where applicable

Don't add any new UI features that don't have cucumber coverage. In addition to RSpec for functional tests, you must write cucumber tests for UX-level stuff.