Posts

Showing posts with the label some gyan

All about code - A smart coder is preferred over a hard-working one

Image
Mental Algo to write a program Strategy: There are many ways to write a program. Self try helps in knowing which all does not work and finally arrive at the one that works. That process is itself a great learning. So to program, try on my own and find out all the possibilities and non-possibilities Tips: Focusing on logic build-up over learning different programming language syntaxes. Choose a language, I chose Java and then cover more and more unique problem. This will help in logic buildup and broadening the spectrum. Logic being the base and can be expected to be common across languages, so so start with that Then pick up effective, useful languages. Use my judgement. I choose, Java now, be ready for python, brush up syntax and unique things in python, specific languages depending on demand, job, need, situation, context, JavaScript,.... Now I chose Java as it is used broadly in Automation  Code daily. This is my routine else the logic building will weaken Take up a program and...