How do you like your blank lines?
Everyone uses blank lines to better organize their code. But where to use them and how many? Let’s talk about that.
Everyone uses blank lines to better organize their code. But where to use them and how many? Let’s talk about that.
Sometimes you need to take data from the database and replicate it declaratively in ABAP using the VALUE command. For example, to build ABAP Unit tests.
Historically, it has always been impossible to jump from one SAP system to another without losing context. Now it’s possible.
The tools that SAP provides for viewing the contents of database tables have always been very sketchy.
They say: Don’t go back to where you were once happy. But the truth is that in many cases, if you could go back, you would.
I like keyboard shortcuts. If I could do my job without taking my hands off my keyboard I’d be an even happier programmer.
Those who still programme monolithically probably don’t feel the need for this. But anyone who uses multiple classes with multiple methods knows that it’s normal (and even desirable) to change your mind about the name of these things. Ideas aren’t born ready-made in our heads. Ideally, code is mouldable and can be shaped until we find the desired form.
Every time you switch contexts, you lose the thread slightly. It’s human nature. So the less you do, the better.
I read somewhere that Eastern mathematicians tend to solve a different kind of mathematical problem than Western mathematicians do.