Question of the day - #programming #devlife

The worst technical decision you've ever made that seemed smart at the time?

#Builders

#programming #devlife #Builders

I think one of my biggest oopsies was installing libraries in the C# world and not realizing that they were trial versions. I had never seen these types of things before.

The libraries didn't do much of anything special, but they were prohibitively expensive.

I ended up pulling a few all-nighters, recreating the library’s functionality to avoid going triple budget.

@sergio_101
#programming #devlife
Using a 3rd party component that was automatically translated to Object Pascal from C in a Delphi program.
The developer disappeared and it was impossible to debug.

@4X6GP

I never got to use #delphi .. but so many people loved that thing.

@sergio_101
Lazarus is a present day open source descendent of Delphi.

@4X6GP

I need to look at this!

@sergio_101 Using NI Labview for an elaborate test system.
@sergio_101 Using a checksum to believe that two files were the same. (It can only tell you that they are different.)

@samloonie

I have seen this issue! Good call.