Lightning Talk: The Quest for Shorter Functions - Diana Ojeda Aristizabal - CppNorth 2023

Sdílet
Vložit
  • čas přidán 14. 05. 2024
  • www.cppnorth.ca​
    ---
    Lightning Talk: The Quest for Shorter Functions - Diana Ojeda Aristizabal - CppNorth 2023
    I'll go over a case study of a function that has become complex and long over time and discuss steps to simplify and make the function more adaptable to change
    ---
    Slides: github.com/CppNorth/CppNorth_...
    Sponsored By:
    think-cell: www.think-cell.com/cppnorth
    JetBrains: www.jetbrains.com/
    ---
    Diana is a design engineer at Intel currently working on the timing model of FPGAs. She spent a few years in the academic world studying the combinatorics of infinite structures after completing her PhD in Mathematics. She continues to learn every day, focusing now mainly on timing analysis and C++ development.
    ---
    CppNorth is an annual C++ conference held in Toronto, Canada.
    - Annual CppNorth C++ conference: cppnorth.ca/
    - CppNorth Twitter: / cppnorth
    ---
    CZcams Videos Edited & Optimised by Digital Medium: events.digital-medium.co.uk
    #cppnorth #cpp #cppprogramming
  • Věda a technologie

Komentáře • 2

  • @emmanuelnyarko8837
    @emmanuelnyarko8837 Před 6 měsíci

    Diana deserves the whole world. The little encounter with her tells me everything!

  • @danielmilyutin9914
    @danielmilyutin9914 Před 7 měsíci

    Extract algorithms into functions.