26
gitpush
7y

Today I played hide and seek at work, this time it was not find the missing semicolon but instead find the unknown. After 30 minutes it turned out the request URL had a capital 'i' instead of a small 'L'
==> l = I almost the same but guess my eyes are not functioning as they should

It was a fun game

Comments
  • 4
    I == l == | 😅 I know what you mean
  • 1
    @Divisionbyzero tough world my friend :S
  • 1
    What language / tech do you use?
  • 3
    @Hedgepig it is an uOS app using swift. But the URL I'm talking abiut was sent by a colleague asking me to check why no data is returned, to find out it was a simple typo
  • 3
    Oh of course url wouldn't be checked by syntax checker, dumb moment
  • 3
    This happens to me way too often..i actually failed an exam in school because of an I/L mixup
  • 2
    @simpleJack damn! this is bad :S
    @Hedgepig yup hard to predict luckily that url was not long and the issue was not a typo in the request body lol
  • 2
    thats worse than a semicolon
  • 1
    @ParkCity that look on my face when I found out that was the issue O_O
  • 2
    Try to Google a good font for programming, they really help you to avoid this kind of problem. Some good ones are:
    Monaco
    Deja vu
    Consolas
    Inconsolata
    I'm sure everyone has a favorite.
    Cheers
  • 0
    @Jupiterflyby thanks man I appreciate it 😀
Add Comment