Python Boolean method naming readability -


which of these ways more readable boolean method in python?

document.is_editable     document.editable     document.has_editable     document.can_be_editable     document.can_edit 

i choose first 1 (from point of view of java developer).


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -