PHPnews.io

Overview for 'yegor256'

Greed-Based Planning

Written by Yegor Bugayenko / Original link on Feb. 2, 2021

You have an objective, a budget, and a team. You are a manager and you want the project to be done. You get your team together in a meeting room to discuss the plan. You tell them what needs to be done and ask them how fast they can do it. Then, you do the motivational dance and beg ask them to com…


Put a Number on Your Boss’s Emotions

Written by Yegor Bugayenko / Original link on Dec. 29, 2020

You got into a company that believes in democratic values, doesn’t measure performance, doesn’t judge, doesn’t control, doesn’t force, and doesn’t blame; however, at the end of the year they tell you that your performance was not as high as expected. Why? “Just work better, my friend, we count on…



Abstract Objects

Written by Yegor Bugayenko / Original link on Dec. 1, 2020

How do you create objects in your object-oriented language? Let’s take something classic, like C++, Java, or C#. First you define a class, and then you make an instance of it. The first step is known as abstraction, and the second one as instantiation. A similar pair of operations exist in function…


Objects Without Methods

Written by Yegor Bugayenko / Original link on Nov. 24, 2020

What do you think an object is in OOP? No matter what language you are programming with, you will most probably agree with Bruce Eckel, the author of Thinking in Java, who said that “each object has a state and operations that you can ask it to perform,” or Benjamin Evans, the author of Java in a…


Software Quality Award, 2021

Written by Yegor Bugayenko / Original link on Nov. 15, 2020

This is the seventh year of the Software Quality Award. The maximum prize is still the same—$4,096. The rules are still the same. Read on. Previous years are here: 2015, 2016, 2017, 2018, 2019, 2020. Here is the form to fill out. Rules: One person can submit only one project. Submissions are accept…