Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API

From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Search - "lqa"
-
There was this text in the game that, according to platform's rules, was supposed to be displayed verbatim. One of the languages had these “” opening / closing quotation marks. The problem was that instead of the text reading “some_text” there seemed to be a space in there “ some_text”. Since the rules are specific - no alterations whatsoever, a report was made. It turned out later the issue was due to kerning.
The chosen solution for that was to use "some_text”.
What the fuck? For one, there rule was that there are to be no alterations to the text. Then there's the other thing of this "” being just plain wrong.
It's like writing
```
main()
{
end
```
WTF are you doing?15 -
4am writing an assignment about the ethics of anonymity tools (TOR, VPNs, brown bags to put on your head)
I love the subject – I picked it – but these written assignments for peripheral classes are the most soul sucking part of studying software engineering2