Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 653 Bytes

Contributing Guidelines.md

File metadata and controls

10 lines (7 loc) · 653 Bytes

Contributing Guidelines

SnapshotTest is open source and contributions are very welcome. Read the short list below and follow it as closely as you can.

Corner Stones

  • Tested. Wether by TDD or not there will be tests for as much of the source as possible. Tests will also serve as documentation for the expected behavior.
  • Readable. Implementations will be made with the simplest viable solution. The elegant solution is preferred over the obfuscated.
  • Swift. Source files for the tool are built entirely in Swift.
  • No dependencies for the integrating project. Everything needed to use this tool must be contained in this tool.