Generally speaking for most business applications that are not performance driven you don't need to do micro-optimization. While we all want to write the most efficient code possible writing CLEAR and CONCISE code is much more important and should be your primary focus during the development phase of the cycle. Afterwards you can come back and optimize if needed. Good luck!