kojix2/ruby-htslib

Review of various method names in Bam::Record.

kojix2 opened this issue · 1 comments

Rename methods with reference to rust-htslib and pysam.

In my case, I call ruby-htslib from irb(REPL). Therefore, I think it is more comfortable to type as few times as possible. The popular rust-htslib has a short function name and I'm going to rename the method to match rust-htslib. (The hts-nim referenced by ruby-htslib has a longer name.) Abbreviations may reduce readability. However, since I am the main user of this library, my convenience is a priority.