All the Solana documentation I've read says that I have to pay rent for all the data accounts I use. So if I'm developing a Solana program and I want to use some data account to store my data, I need to have a positive lamports balance on that data account if I understand correctly.
What are the best practices for funding data accounts with lamports? Should I keep track of all my data accounts manually and add some lamports to each one?