Base (@baasbase) 's Twitter Profile
Base

@baasbase

Indie game developer.
Software dev since 2006.
Released Live Maze, a free game for Twitch streamers.
Currently working on a couch co-op twin-stick shooter.

ID: 1296833206566686722

linkhttps://basesoftware.nl calendar_today21-08-2020 15:35:14

1,1K Tweet

974 Takipçi

398 Takip Edilen

Base (@baasbase) 's Twitter Profile Photo

Another C# 7 feature: Tuples Want to swap 2 array items? You no longer need to create a temporary variable. Just write it like this: (array[0], array[1]) = (array[1], array[0]);