faif / python-patterns

A collection of design patterns/idioms in Python
40.45k stars 6.94k forks source link

Replace TL;DR80 -> TL;DR #297

Closed s3bw closed 5 years ago

s3bw commented 5 years ago

I actually appreciate having the line length not going over 80 since I am an avid vim user, work of a laptop, and usually need 3 windows open at once.

I am removing this because I think it's meaning is ambiguous and even if it did indicate line-length, this rule isn't strictly adhered to.

Thanks @faif

Closes: #228

codecov-io commented 5 years ago

Codecov Report

Merging #297 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #297   +/-   ##
=======================================
  Coverage   32.82%   32.82%           
=======================================
  Files          42       42           
  Lines        1496     1496           
=======================================
  Hits          491      491           
  Misses       1005     1005
Impacted Files Coverage Δ
patterns/structural/flyweight__py2.py 0% <ø> (ø) :arrow_up:
patterns/structural/mvc.py 0% <ø> (ø) :arrow_up:
patterns/creational/factory.py 0% <ø> (ø) :arrow_up:
patterns/behavioral/iterator.py 0% <ø> (ø) :arrow_up:
patterns/behavioral/strategy.py 0% <ø> (ø) :arrow_up:
patterns/behavioral/state.py 97.72% <ø> (ø) :arrow_up:
patterns/creational/prototype.py 60.71% <ø> (ø) :arrow_up:
patterns/structural/flyweight__py3.py 0% <ø> (ø) :arrow_up:
patterns/behavioral/mediator.py 0% <ø> (ø) :arrow_up:
...atterns/behavioral/chain_of_responsibility__py2.py 0% <ø> (ø) :arrow_up:
... and 21 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1417906...2ea6bab. Read the comment docs.