У нас вы можете посмотреть бесплатно Developing Better C++ Code by Isolating Decisions - Michael Okyen - C++Now 2024 или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
https://www.cppnow.org --- Developing Better C++ Code by Isolating Decisions - Michael Okyen - C++Now 2024 --- Among the hallmarks of quality software are readability, extensibility, maintainability, and testability. Some of the most widely known guidelines for achieving these are the SOLID principles, but applying the Single Responsibility Principle and Open-Closed Principle can often be challenging in practice. In this presentation, I will share a technique my team is trialing, which attempts to simplify the process: Decision-Making Isolation (DMI). The basis of DMI is employing a set of simple heuristics to separate the core logic of the software into small, decoupled C++ entities (classes/structs/functions). The remaining code is "wiring," which is typically easy to read and exempt from unit testing. The application of DMI leads to code that facilitates fewer unit tests with more value and avoids some of the common pitfalls of unit testing--coupling, brittleness, and high reliance on test doubles. After presenting the concepts of DMI, we will go through some examples of applying them and discuss the resulting code and unit tests. --- Slides: https://github.com/boostcon/cppnow_pr... --- Michael Okyen Michael is a Staff Software Engineer at Plexus in Raleigh, NC, where he primarily focuses on developing embedded software for medical devices. Over a decade of experience at contract engineering companies has given him opportunities to work on a variety of projects ranging from green-field design to final verification testing. Michael is passionate about software design, architecture, and unit testing, and he is always looking for opportunities to learn. --- C++Now 2025 - 28th April - 2nd May C++Now is an annual onsite international C++ programming and coding conference held in Aspen, Colarado. For all C++ developers, C++ software engineers and those involved with the C++ language, CppNow provides an indepth and technical content provided by the best and brightest C++ experts of the C++ world. Annual CppNow Conference - https://www.cppnow.org / cppnow / cppnow / cppnow / cppnow https://mastodon.social/@cppnow Video Sponsors: millennium and think-cell --- Videos Filmed & Edited By Bash Films: https://bashfilms.com/ YouTube Channel Managed & Optimized By Digital Medium Ltd: https://events.digital-medium.co.uk --- #boost #cpp #cplusplus #cppprogramming #softwaredevelopment