Is D a good variable name?

1 answer

Answer

1236490

2026-07-25 22:16

+ Follow

Variable names should show what data the variable holds so others reading your code will understand it. For example, a variable holding the age of a user should be called "age" or "user_age", or something similar.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.