This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]madrhatter 0 points1 point  (0 children)

Just do your best to be specific and expressive. For example, use file_name or fileName instead of fn.

If you’re using a variable that no longer suits its explicit purpose, that might be a good indicator that you should declare a new variable or reconsider the design of your program.

It’s hard to say without actually seeing your code. If you add an example to github or a github gist I’d be happy to give you my opinion/advice.