Log in

goodpods headphones icon

To access all our features

Open the Goodpods app
Close icon
headphones
The Moths of Programming with Dino Dini

The Moths of Programming with Dino Dini

Dino Dini

The moths of programming are ideas in the software engineering industry that have become pervasive due to virality rather than reality.
bookmark
Share icon

All episodes

Best episodes

Seasons

Top 10 The Moths of Programming with Dino Dini Episodes

Goodpods has curated a list of the 10 best The Moths of Programming with Dino Dini episodes, ranked by the number of listens and likes each episode have garnered from our listeners. If you are listening to The Moths of Programming with Dino Dini for the first time, there's no better place to start than with one of these standout episodes. If you are a fan of the show, vote for your favorite The Moths of Programming with Dino Dini episode by adding your comments to the episode page.

The Moths of Programming with Dino Dini - The Moths of Programming 6 - Never, Ever, Ever Use Macros

The Moths of Programming 6 - Never, Ever, Ever Use Macros

The Moths of Programming with Dino Dini

play

11/01/21 • 52 min

Macros have a bad reputation and often derided. As a result, their value and importance in solving real world programming problems is often overlooked, especially by the creators of new languages. Yet it turns out that despite the desperate (and often over complicated) efforts to consign them to history, they still have their place in C and C++ programming, and can be sorely missed in languages such as C# or Java.

Support the show

  • https://tinyurl.com/yc4pP968 (SIGNAL)
  • https://www.dinodini.com (WEB)
  • https://twitter.com/dndn1011 (DEACTIVATED, please use SIGNAL)
  • https://www.youtube.com/dndn1011
bookmark
plus icon
share episode
The Moths of Programming with Dino Dini - The Moths of Programming 10 - Strict Typing

The Moths of Programming 10 - Strict Typing

The Moths of Programming with Dino Dini

play

11/11/22 • 48 min

The moths of programming are ideas in the software engineering industry that have become pervasive due to virality rather than reality. Although they may have some truth to them, they are often inaccurate, misleading, distracting or even damaging. I call them moths because they flutter around in a programmer's mind, getting in the way of truly good practice.
This chapter covers the topic of strict typing. Is the almost religious adherence to the ideas of strict typing actually justified? What is the origin of this? And is it really as strict as we think it is?

Support the show

  • https://tinyurl.com/yc4pP968 (SIGNAL)
  • https://www.dinodini.com (WEB)
  • https://twitter.com/dndn1011 (DEACTIVATED, please use SIGNAL)
  • https://www.youtube.com/dndn1011
bookmark
plus icon
share episode
The Moths of Programming with Dino Dini - The Moths of Programming 1 - Global Variables Are Bad

The Moths of Programming 1 - Global Variables Are Bad

The Moths of Programming with Dino Dini

play

03/30/20 • 29 min

The moths of programming are ideas in the software engineering industry that have become pervasive due to virality rather than reality. Although they may have some truth to them, they are often inaccurate, misleading, distracting or even damaging. I call them moths because they flutter around in a programmer's mind, getting in the way of truly good practice.

This first chapter considers the classic moth "Global Variables Are Bad". I believe this moth is a hangover from times gone by with the limitations of early programming languages, and is no longer relevant. Further an obsession with this moth has closed the minds of programmers everywhere to better way of organizing code, perhaps causing untold damage.

The smoking gun? Singletons.

( You can also follow Dino on YouTube https://www.youtube.com/channel/UCd359G69NIqKeS-rP5v04lw )

Support the show

  • https://tinyurl.com/yc4pP968 (SIGNAL)
  • https://www.dinodini.com (WEB)
  • https://twitter.com/dndn1011 (DEACTIVATED, please use SIGNAL)
  • https://www.youtube.com/dndn1011
bookmark
plus icon
share episode
The Moths of Programming with Dino Dini - The Moths of Programming 5 - Compilers Optimise Code Better Than Humans
play

09/26/21 • 44 min

In any social media facilitated discussion about programming the topic of code optimisation with often arise. Anyone who has expertise in low level optimisation are likely to face a choice: being silent or enduring endless accusations of irrelevance and hubris. Most choose the former approach as a more efficient and effective path to take, even if they earn a living developing and maintaining optimising code generators.
The idea that Compilers Optimise Code Better Than Humans is, I argue, another Moth of Programming: an idea that has become popular in software engineering due to virality instead of reality.

Support the show

  • https://tinyurl.com/yc4pP968 (SIGNAL)
  • https://www.dinodini.com (WEB)
  • https://twitter.com/dndn1011 (DEACTIVATED, please use SIGNAL)
  • https://www.youtube.com/dndn1011
bookmark
plus icon
share episode
The Moths of Programming with Dino Dini - The Moths of Programming 4 - Don't Reinvent The Wheel

The Moths of Programming 4 - Don't Reinvent The Wheel

The Moths of Programming with Dino Dini

play

08/18/21 • 48 min

We often hear the phrase "Don't Reinvent The Wheel" all the time in software engineering, but what does this actually mean, and is it a useful mantra, or just another Moth of Programming?

Support the show

  • https://tinyurl.com/yc4pP968 (SIGNAL)
  • https://www.dinodini.com (WEB)
  • https://twitter.com/dndn1011 (DEACTIVATED, please use SIGNAL)
  • https://www.youtube.com/dndn1011
bookmark
plus icon
share episode
The Moths of Programming with Dino Dini - The Moths of Programming 3 - Always Comment Your Code

The Moths of Programming 3 - Always Comment Your Code

The Moths of Programming with Dino Dini

play

04/29/21 • 35 min

The moths of programming are ideas in the software engineering industry that have become pervasive due to virality rather than reality. Although they may have some truth to them, they are often inaccurate, misleading, distracting or even damaging. I call them moths because they flutter around in a programmer's mind, getting in the way of truly good practice.

Chapter 3 considers the classic moth "Always Comment Your Code".
It is commonly believed, commonly by less experienced programmers, that we should always comment our code. However, it is far better to create code that does not need commenting.

( You can also follow Dino on YouTube https://www.youtube.com/channel/UCd359G69NIqKeS-rP5v04lw )

Support the show

  • https://tinyurl.com/yc4pP968 (SIGNAL)
  • https://www.dinodini.com (WEB)
  • https://twitter.com/dndn1011 (DEACTIVATED, please use SIGNAL)
  • https://www.youtube.com/dndn1011
bookmark
plus icon
share episode
The Moths of Programming with Dino Dini - The Moths of Programming 2 - Gotos are Evil

The Moths of Programming 2 - Gotos are Evil

The Moths of Programming with Dino Dini

play

04/15/21 • 44 min

The moths of programming are ideas in the software engineering industry that have become pervasive due to virality rather than reality. Although they may have some truth to them, they are often inaccurate, misleading, distracting or even damaging. I call them moths because they flutter around in a programmer's mind, getting in the way of truly good practice.

Chapter 2 considers the classic moth "Gotos are Evil".
I believe this moth is a hangover from times gone by with the limitations of early programming languages, and is no longer relevant. Further an obsession with this moth has closed the minds of programmers everywhere to better way of organizing code, perhaps causing untold damage.

The great idea sacrificed to this moth? Coroutines.
( You can also follow Dino on YouTube https://www.youtube.com/channel/UCd359G69NIqKeS-rP5v04lw )

Support the show

  • https://tinyurl.com/yc4pP968 (SIGNAL)
  • https://www.dinodini.com (WEB)
  • https://twitter.com/dndn1011 (DEACTIVATED, please use SIGNAL)
  • https://www.youtube.com/dndn1011
bookmark
plus icon
share episode
The Moths of Programming with Dino Dini - The Moths of Programming 7 - Object Orientated Programming

The Moths of Programming 7 - Object Orientated Programming

The Moths of Programming with Dino Dini

play

07/31/22 • 101 min

In this double length episode, Dino objectively explores Object Orientated Programming, which he views as one of the biggest, if not the biggest, mistakes of software engineering.
OOP considered harmful?

Support the show

  • https://tinyurl.com/yc4pP968 (SIGNAL)
  • https://www.dinodini.com (WEB)
  • https://twitter.com/dndn1011 (DEACTIVATED, please use SIGNAL)
  • https://www.youtube.com/dndn1011
bookmark
plus icon
share episode
The Moths of Programming with Dino Dini - The Moths of Programming 8 -Scripting Languages

The Moths of Programming 8 -Scripting Languages

The Moths of Programming with Dino Dini

play

10/27/22 • 62 min

The Moths of Programming With Dino Dini
Chapter 8 - Scripting Languages
The moths of programming are ideas in the software engineering industry that have become pervasive due to virality rather than reality. Although they may have some truth to them, they are often inaccurate, misleading, distracting or even damaging. I call them moths because they flutter around in a programmer's mind, getting in the way of truly good practice.
This chapter covers the topic of scripting languages. What is the real reason for them? Do they reduce reliance on software engineers? Do they actually help? And just now many times do we need to nest a virtual machine inside a virtual machine anyway?

Support the show

  • https://tinyurl.com/yc4pP968 (SIGNAL)
  • https://www.dinodini.com (WEB)
  • https://twitter.com/dndn1011 (DEACTIVATED, please use SIGNAL)
  • https://www.youtube.com/dndn1011
bookmark
plus icon
share episode
The Moths of Programming with Dino Dini - The Moths of Programming 9 - Integrated Development Environments
play

10/29/22 • 57 min

The moths of programming are ideas in the software engineering industry that have become pervasive due to virality rather than reality. Although they may have some truth to them, they are often inaccurate, misleading, distracting or even damaging. I call them moths because they flutter around in a programmer's mind, getting in the way of truly good practice.
This chapter covers the topic of integrated development environments. What is the real reason for them? Do they actually help? Are they just a distraction? Asked Clippy for comment, but it declined to respond. I suspect we now know where it retired to.

Support the show

  • https://tinyurl.com/yc4pP968 (SIGNAL)
  • https://www.dinodini.com (WEB)
  • https://twitter.com/dndn1011 (DEACTIVATED, please use SIGNAL)
  • https://www.youtube.com/dndn1011
bookmark
plus icon
share episode

Show more best episodes

Toggle view more icon

FAQ

How many episodes does The Moths of Programming with Dino Dini have?

The Moths of Programming with Dino Dini currently has 10 episodes available.

What topics does The Moths of Programming with Dino Dini cover?

The podcast is about C++, Leisure, Gamedev, Podcasts, Technology, Video Games and Programming.

What is the most popular episode on The Moths of Programming with Dino Dini?

The episode title 'The Moths of Programming 1 - Global Variables Are Bad' is the most popular.

What is the average episode length on The Moths of Programming with Dino Dini?

The average episode length on The Moths of Programming with Dino Dini is 53 minutes.

How often are episodes of The Moths of Programming with Dino Dini released?

Episodes of The Moths of Programming with Dino Dini are typically released every 38 days, 3 hours.

When was the first episode of The Moths of Programming with Dino Dini?

The first episode of The Moths of Programming with Dino Dini was released on Mar 30, 2020.

Show more FAQ

Toggle view more icon

Comments