Hello,
Genetically speaking, regardless of the languages you use, what are the methods you use to optimize your program.
For example, when do you use conditions? When do you use switch cases? When do you use loops?
What algorithms do you use and which do you consider to be best fit for a given application?
Do you optimize your code run in a different way depending on the data type, quantity and attributes?
Looking forward to reading your responses.
Genetically speaking, regardless of the languages you use, what are the methods you use to optimize your program.
For example, when do you use conditions? When do you use switch cases? When do you use loops?
What algorithms do you use and which do you consider to be best fit for a given application?
Do you optimize your code run in a different way depending on the data type, quantity and attributes?
Looking forward to reading your responses.