Skip Navigation
AlexKochetkova AlexIT @programming.dev
Posts 7
Comments 0
cedardb.com Why I Prefer Exceptions to Error Values

Exceptions are often a better way to handle errors than returning them as values. We argue that traditional exceptions provide better user and developer experience, and show that they even result in faster execution.

42
pvs-studio.com .NET Digest #3

Добро пожаловать на третий выпуск нашего дайджеста, посвящённого новостям и событиям в мире .NET! Команда PVS-Studio рада представить вам подборку самых интересных и полезных материалов. Поехали!

.NET Digest #3
0

Java News Roundup: Class-File API, GlassFish, JHipster, JReleaser, Hibernate Search, Micronaut

0
devblogs.microsoft.com Performance Improvements in .NET 9 - .NET Blog

Take an in-depth tour through hundreds of performance improvements in .NET 9.

Performance Improvements in .NET 9 - .NET Blog
0
blog.trailofbits.com Sanitize your C++ containers: ASan annotations step-by-step

By Dominik Klemba and Dominik Czarnota AddressSanitizer (ASan) is a compiler plugin that helps detect memory errors like buffer overflows or use-after-frees. In this post, we explain how to equip y…

Sanitize your C++ containers: ASan annotations step-by-step
0

There are only two states

34