Posts by Hugo • 77 points
3 posts
-
6
votes2
answers454
viewsQ: How to write acronyms in camelCase?
How should I treat acronyms in camelCase? should I leave them fully uppercase or just the first letter? What would the variable look like algumaCoisaSiglaAleatoria? Or algumaCoisaSIGLAAleatoria?…
-
-4
votes2
answers160
viewsQ: How not to select an element in css?
I want to select all the elements that are inside a div, but there’s one specific that I don’t want to be selected. How can I do this "descent"?
-
-1
votes1
answer832
viewsQ: How to update lines with open() in python?
the Python open() method has functions to read and write but there is no update, as I can do?