ruby.fundamental icon indicating copy to clipboard operation
ruby.fundamental copied to clipboard

:books: Fundamental programming with ruby examples and references. It covers threads, SOLID principles, design patterns, data structures, algorithms. Books for reading. Repo for website https://github...

Results 2 ruby.fundamental issues
Sort by recently updated
recently updated
newest added

This PR improves the readability of comments in _solid/open_close.rb_ by breaking long comment lines into shorter lines that fit within the standard width of the editor, avoiding horizontal scrolling. Fixes...

The comment in _solid/open_close.rb_, starting from line 48, is too lengthy and requires horizontal scrolling to read. This makes it difficult to follow and inconsistent with other comments in the...