mciepluc / cocotb-coverage

Functional Coverage and Constrained Randomization Extensions for Cocotb
BSD 2-Clause "Simplified" License
100 stars 15 forks source link

camelCase method names #10

Closed cmarqu closed 5 years ago

cmarqu commented 5 years ago

Hi,

for instance reportCoverage and coverageSection are camelCased - is there a reason why they are not lowercase with underscores like the rest?

mciepluc commented 5 years ago

I will change now, unfortunately it may break backward compatibility, but it still makes sense to do this

cmarqu commented 5 years ago

A compatibility layer would certainly be possible if you think it's useful...

mciepluc commented 5 years ago

camelCase methods and functions deprecated