I've already found some arguments in favor of programming in English, instead of programming in Portuguese, and we already have a # wondering which would be the recommended way.
I happened to think about it from the point of view of Domain Dr...
Is it customary / correct to use variables where the first letter refers to your typing?
Eg: string sVariavel; int iVariavel; , etc ...
EDIT:
The name said is Hungarian notation . Is this a good practice? What is the good...
I do not understand much of object naming pattern. I am creating a enum that enumerates positions, for example: manager, programmer, attendant ...
Is there a standard to name this enum? EnumCargo , CargoEnum , ... ???
...
Knowing that CSS literally means Cascade Style Sheets , I regularly see the term "property" being used to refer to left , width , top , background etc .
Faced with this, I had the following doubt:
Is this referral...
There are situations in which we have fields that represent a type of response, whether they are boolean sim and não , S and N or with multiple answers like the status of something. For example the status of a course c...
What is the reason for using is in front of the variable. Example source code. I know it has something to do with set .
class Rectangle( val height: Int, val width:Int)
{
val IsSquare: Boolean
get(){
return height...
Sometimes the consensus between designers and web developers regarding standards "forces" them, almost exclusively, to use patterns of fact . I would like to know if there is any body or entity that establishes legal standards for web develop...