From: "boris_stitnicky (Boris Stitnicky)" Date: 2012-11-16T16:08:30+09:00 Subject: [ruby-core:49409] [ruby-trunk - Bug #7369][Open] Matrix #row_size, #column_size methods Issue #7369 has been reported by boris_stitnicky (Boris Stitnicky). ---------------------------------------- Bug #7369: Matrix #row_size, #column_size methods https://bugs.ruby-lang.org/issues/7369 Author: boris_stitnicky (Boris Stitnicky) Status: Open Priority: Normal Assignee: Category: Target version: ruby -v: 1.9.x I believe these methods should be renamed. "row_size" is confusing, because it can be intuitively understood as both "number of rows", and "size along a row" (or size of a matrix row). Same goes for "column size". I would like these methods renamed to unambigous, mnemonic names, such as #number_of_rows alias #height #number_of_columns alias #width I do not insist on the above names. They are just examples of unambigous, mnemonic names. But I insist that "row_size" and "column_size" method names impress me as ambiguous. -- http://bugs.ruby-lang.org/