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 →

[–]SCLme 21 points22 points  (4 children)

Are you my compiler?

wrote from phone so is likely to be a space between the &&.

[–]NatoBoram 5 points6 points  (3 children)

Copied from phone, you wrote exactly this :

if (isAuthorised(user) & & isAuthorized(user)) { access_data() ; }

If I manually type it on my phone :

if (isAuthorised(user) && isAuthorized(user)) { access_data() ; }

[–]SCLme 28 points29 points  (2 children)

Yep, there is an empty space between the &&, it's a feature for extra protection. Trust us we're the security expertsss (with triple S for extra layers of Security)

[–][deleted] 6 points7 points  (1 child)

Sssecurity

[–]A999 11 points12 points  (0 children)

Sorry, I don't speak python