Details
-
AboutFunctional Programming enthusiast.
-
SkillsHaskell, Erlang, Elixir, JavaScript, Vue, React
-
LocationMilan, Italy
-
Website
-
Github
Joined devRant on 9/8/2018
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
At customer site with my boss.
Boss: let's check this code which is not working
Me: ok (starting the debugging session)
I found this code, which was failing during the writing on disk for some reasons.
try
{
....
writer.writeline(some data);
....
}
catch(Exception ex)
{
....
}
Boss: ok it fails to write data but we need to, let's manage it like this:
try
{
....
writer.writeline(some data);
....
}
catch(Exception ex)
{
writer.writeline(some data);
....
}12 -
If you're going to bother to detect that my input is without hyphens, then you can certainly insert them for me too.8
-
Days upon days I've spent on making this shit. Now the PC doesn't recognize it as a fucking hub, and instead it's just a glorified LED with some audio connectors next to it. What a fantastic waste of time 😑21
-
*clicks site*
"hello to continue using our site you **********🔥🔥🔥🔥🔥MUST🔥🔥🔥🔥🔥*********** disable adblock"
*exits site*9 -
rookie dev : "to my senior, im gonna ask you the basic questions instead of googling it. Im gonna disturb you every now and then.... just kidding"9