kworkflow / patch-hub

patch-hub is a TUI that streamlines the interaction of Linux developers with patches archived on lore.kernel.org
GNU General Public License v2.0
7 stars 6 forks source link

refactor: change names and use Getters #55

Closed OJarrisonn closed 4 weeks ago

OJarrisonn commented 1 month ago

In this PR I did a lot of naming refactoring to use less verbose names and documented the functions. Also used the derive_getters crate with the helpful auto_copy_getters feature that will create copy getters for any value that is Copy, rather than a reference getter.

davidbtadokoro commented 4 weeks ago

Change merged into the unstable branch :+1: