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? -

Php - Delimiter must not be alphanumeric or backslash -

Delphi interface implements -