Our website uses cookies to enhance your browsing experience.
Accept
to the top
>
>
Posts: #Knowledge

Posts: # Knowledge

Sep 10 2024
Time to refactor legacy with OOP
Konstantin Volohovsky
Years pass, and projects overgrow dark spots that nobody wants to venture into—they're too tricky and prone to failure. Today, we're diving into refactoring legacy code with OOP. And we're gonna...
...
Aug 27 2024
Clean code: blessing or curse? Act I. Confrontation
Valerii Filatov
The concept of clean code is familiar to many people. Some programmers support it, while others think it hurts the industry. Casey Muratori, who's in the second group, stated that clean code...
...
Subscribe to the newsletter
Want to receive a monthly digest of the most interesting articles and news? Subscribe!
Aug 23 2024
C++ programmer's guide to undefined behavior: part 4 of 11
Andrey Karpov, Dmitry Sviridkin
Your attention is invited to the fourth part of an e-book on undefined behavior. This is not a textbook, as it's intended for those who are already familiar with C++ programming. It's a kind of...
...
How to develop code analyzer in 48 hours
Viktoria Pelipenko, Kirill Epifanov, Konstantin Volohovsky
Static analysis is a robust tool that helps developers to control code quality. Let's try to develop a simple analyzer for Lua using Java and see what's under the static analyzer...
...
Aug 05 2024
C++ programmer's guide to undefined behavior: part 3 of 11
Andrey Karpov, Dmitry Sviridkin
Your attention is invited to the third part of an e-book on undefined behavior. This is not a textbook, as it's intended for those who are already familiar with C++ programming. It's a kind of...
...
Jun 24 2024
C++ programmer's guide to undefined behavior: part 2 of 11
Andrey Karpov, Dmitry Sviridkin
Your attention is invited to the second part of an e-book on undefined behavior. This is not a textbook, as it's intended for those who are already familiar with C++ programming. It's a kind of...
...
Jun 21 2024
Bitwise operators in Java: unpacking ambiguities
Kirill Epifanov
The "&" and "|" operators are pretty straightforward and unambiguous when applied correctly. But do you know all the implications of using bitwise operators instead of logical ones in Java? In...
...
Jun 19 2024
I _____ hate arrays in C++!
Anton Tretyakov
Or why I think developers need to know about them but should not use...
...
Jun 17 2024
How template method can ruin your Java code
Konstantin Volohovsky
OOP is wonderful. Programmers usually criticize those who don't follow this paradigm, while the knowledge of patterns is often a must. However, even the right approach doesn't completely protect...
...
Jun 07 2024
C++ programmer's guide to undefined behavior: part 1 of 11
Andrey Karpov, Dmitry Sviridkin
Your attention is invited to the first part of an e-book on undefined behavior. This is not a textbook, as it's intended for those who are already familiar with C++ programming. It's a kind of...
...
View more Pagination arrow previous
Showing: - of 152