Welcome to My
Software Engineering Blog
Testing can find bugs, but it can’t prove the absence of bugs.
It can certainly find bugs, but it is not proof that all is well.
Never ignore an error.
You can’t simply pretend it didn’t happen.
Comments should discuss the current functionality.
Don’t let your comments ramble on about the past or future.
Don’t use comments as version control.
Instead, use version control software, like git.
Avoid comments at the end of a code block.
Your block is probably too big.
Use the right data types.
Don’t use a datetime data type if the job calls for a date data type.
Comments cannot enforce types or usage.
Use code for this.
About Me
- February 2021
- January 2021
- December 2020
- November 2020
- October 2020
- September 2020
- August 2020
- July 2020
- June 2020
- May 2020
- April 2020
- March 2020
Follow My Blog
Get new content delivered directly to your inbox.