Add sections to ruby style guide docs
What does this MR do and why?
Makes doc updates suggested in !125355 (comment 1465743022):
Maybe we should rename
Ruby style guides
in https://docs.gitlab.com/ee/development/backend/ruby_style_guide.html toRuby standards and style guide
, add a section aboutType checking
, and link to this page. There's a lot of good content here that we could presumably adopt in the future, particularly around how we useResult
.
Adds sections to ruby style guide docs.
- Type safety
- Functional patterns
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Chad Woolley