3.1 Naming As well as following the general advice for object names, strive to use verbs for function names: # Good add_row() permute() # Bad row_adder() ...
確定! 回上一頁