ritual icon indicating copy to clipboard operation
ritual copied to clipboard

Detecting and removing name prefixes

Open Riateche opened this issue 7 years ago • 0 comments

Qt only have "Q" prefix, but other libraries or parts of libraries may have different prefixes. Rust's crate and module system makes prefixes useless, so we should remove them whenever possible. We should detect common prefixes in classes, functions and/or submodules within each generated module and remove them.

Riateche avatar Oct 02 '16 15:10 Riateche