Overview for 'yegor256'
Written by Yegor Bugayenko
/ Original link
on Aug. 11, 2021
Logging is an inevitable part of debugging. Well, at least in modern high-level programming languages and architectures. It wasn’t thirty years ago, in Assembly, but it is now. Sometimes we trace variables, but rarely. More often we just print them to console. Moreover, we don’t just print them usi…
Written by Yegor Bugayenko
/ Original link
on Aug. 4, 2021
Making constructors pre-process the arguments before encapsulating them seems to be bad practice. However, very often it’s necessary to do exactly that: perform some manipulations with the objects provided as arguments and only then assign them to the attributes of the constructed object. For this…
Written by Yegor Bugayenko
/ Original link
on Jun. 1, 2021
Recruiters, you know what we programmers think about you, don’t you? Read this and this, to get the full picture. You are still here because we still don’t have good tools and we still enjoy being enslaved. One day this will be over and you will stop exploiting our drawbacks, will lose your “Senior…
Written by Yegor Bugayenko
/ Original link
on Apr. 14, 2021
First, let me clarify what kind of conference we are talking about. There are two types: professional and academic. The difference is huge. My understanding is that professional conferences are for practitioners, while academic ones are for researchers. ICCQ, which we organized this year, was an ac…
Written by Yegor Bugayenko
/ Original link
on Mar. 3, 2021
The time of objectivity is fading out. Meritocracy is now a rude word. Metrics in management will soon be considered as harassment. Productivity is already a false objective. It’s time to start taking advantage of this era of nonsense. The era of imposters is coming! Don’t miss the opportunity to…
Written by Yegor Bugayenko
/ Original link
on Feb. 10, 2021
There are three things in EOLANG (and the 𝜑-calculus which we based it on): data, atoms, and objects. There is a dataization function, which puts all three together in order to make an EO program alive. Here is how it works together with Java, for example. Space Force (2020) by Steve Carell and Gre…