fstab50 / xlines

Counts number of lines of code in a project (python3 implementation)
GNU General Public License v3.0
1 stars 1 forks source link

*Refactor output width calculations | PERFORMANCE, OUTPUT AESTHETICS #23

Open fstab50 opened 5 years ago

fstab50 commented 5 years ago

when examining all paths which contain count targets, xlines should be modified to:

  1. Trace | Test | Gather: all paths while performing an inline test to determine if a particular path/target should be included/ excluded. This must be done upfront as is current; prior to performing any line counts on targets.

  2. The set resulting from (1) will be the actual paths counted and displayed in output. Currently screen width accuracy is poor due to long paths used in the calculation of width, but later excluded as containing invalid count targets (binary formats).