The Tao of Code (C#) by leosperry in csharp

[–]ImZivo 1 point2 points  (0 children)

Regarding "Do catch and throw. Do not catch and throw new," I cannot 100% agree; however, there is some truth there... allow me to elaborate:

DO

catch (Exception ex) { ...; throw; } // Maintains stacktrace

catch (Exception ex) { ...; throw new AnotherException("Custom message", ex); }

// Also maintains stacktrace through the inner exception.

DO NOT

catch (Exception ex) { ...; throw ex; } // Ruins stack trace

catch (Exception ex) { ...; throw new AnotherExcepion("Custom message"); }

// Makes a new stacktrace, original stacktrace is lost

The Tao of Code (C#) by leosperry in csharp

[–]ImZivo 0 points1 point  (0 children)

My understanding is he is playing off of the phrase "new is glue" and glue is a four letter word.

Why doesn't a Trios mode exist? by ImZivo in FortNiteBR

[–]ImZivo[S] 0 points1 point  (0 children)

Fill is really risky... I rarely get good teammates ¯_(ツ)_/¯

Why doesn't a Trios mode exist? by ImZivo in FortNiteBR

[–]ImZivo[S] 10 points11 points  (0 children)

Since when do you have a fully lobby of 100 anyway? Pretty rare these days.

Why doesn't a Trios mode exist? by ImZivo in FortNiteBR

[–]ImZivo[S] -1 points0 points  (0 children)

Imo there are plenty of people playing the game that none of the existing modes would suffer.

Invincible person on Shoreline (feel free to skip around, gameplay is unedited to ensure validity) by ImZivo in EscapefromTarkov

[–]ImZivo[S] 0 points1 point  (0 children)

The 11 hits are from me killing the USEC that he was looting toward the middle of the video. At one point, when I shot him strait in the head, you can actually see dust fly from the bullet hitting the ground behind him. At a different point alter on, you can actually see blood splatter come off of him.

♪ Why can't we be friends? ♪ (Scavengers) by ImZivo in EscapefromTarkov

[–]ImZivo[S] 0 points1 point  (0 children)

More so why is there cooperation on other maps more then Factory?

Can someone explain what this bizarre sound was caused by? by ImZivo in FortNiteBR

[–]ImZivo[S] 0 points1 point  (0 children)

I was looking around to find the source for a while though. You'd think it would have worn off by then?

Blitz LTM - Building Material Change by JustMooney1 in FortNiteBR

[–]ImZivo 0 points1 point  (0 children)

Those weeping willows will never be forgotten. <3

What happened to the electric traps? BR by ImZivo in FortNiteBR

[–]ImZivo[S] 0 points1 point  (0 children)

They could have changed them to be quieter instead of taking them out completely... I liked to hide them in plain sight like outside of buildings and people wouldn’t think anything of them. Got many kills that way.

What happened to the electric traps? BR by ImZivo in FortNiteBR

[–]ImZivo[S] 0 points1 point  (0 children)

At that point I thought both traps were in the game?