For best practice, should or should not initialize zero values in Solidity?

During implementing smart contracts with Solidity, there are some variables that are 0, false, null,… at the beginning. Can we entrust the default initialization or should we assign them manually as 0 for safety? What is the best practice?
submitted by /u/themastermindnktp
[link] [comments]