Lately I\'ve been using # instead of // for doing single line comments inside my Code. However, I see must of the people prefer //.
#
//
I think it's merely a matter of taste and preference. The # as comment marker has its roots in shell scripts while // goes back to C++ so depending on the people who read your code and their background one or the other might look unfamiliar.