Published Jul 17, 2022

Stack Overflow 2022 Survey Says …

Explore the vibrant community spirit fostered by Coding Blocks as Joe Zack and his co-hosts delve into the Stack Overflow 2022 Survey, unravel regex search complexities, and unpack developer demographics and salary trends, offering a blend of engaging discussions and practical coding solutions.
Episode Highlights
Coding Blocks logo

Popular Clips

Episode Highlights

  • Regex Challenges

    Regex searches can be tricky, especially when dealing with multi-line patterns. explains that by default, grep processes input one line at a time, which complicates multi-line searches 1. He suggests workarounds for this limitation, such as using specific flags or alternative tools. shares his experience with Vim, highlighting its capability to perform multi-line regex searches by enabling the 'magic' setting 2.

    You can do a multi-line regex in Vim. And I didn't know you could do that in Vim.

    ---

    These insights emphasize the importance of understanding the tools at your disposal to efficiently handle complex search tasks.

       

    Installation Issues

    Package installation can present unexpected challenges, particularly when using tools like yum. recounts an issue where attempting to install multiple packages simultaneously resulted in partial success without an error notification 3. This behavior can lead to confusion and requires careful management of dependencies. He humorously notes the importance of installing dependencies separately to avoid such pitfalls 4.

    Yum will happily not return back an error code that it didn't install both of the things.

    ---

    These experiences highlight the need for vigilance and strategy when managing package installations.

Related Episodes