cjdrake / pyeda

Python EDA
BSD 2-Clause "Simplified" License
304 stars 54 forks source link

Get rid of expr `factor=False` arguments #94

Closed cjdrake closed 10 years ago

cjdrake commented 10 years ago

Considering that And(..., factor=True) is just as verbose as And(...).factor(), this seems like an over-design of the API.

Time to get rid of it.