Tim Ustermann
57 posts


@golangweekly Perfect example for “a little copying is better than a little dependency”. This is just the idiomatic way for doing this, iterating over channels and sending. Also, as soon as there’s a context involved, there is no longer a guarantee that all listeners receive anything
English

Broadcast: Send Notifications to Multiple Goroutines with Guaranteed Delivery - github.com/teivah/broadca…
English

@KaktuszSok @saam_codes The simplicity of Java? 2000 line interfaces, recursive generics 5 different ways of doing something doesn’t seem very simple to me.
English

@FiloSottile @traviscline releaseOnce := &sync.Once{}
defer releaseOnce.Do(func() { sem.Release(1) })
Why? The defer is executed only once, and the once is in the same scope. What am I missing?
English

@ojrask @matheusrich @typesanitizer Unit tests. Java Unit Tests. 21k. Twenty-one-thousand. 90% test the application from startup to finish. Full round trip for every test.
English

@timustermann @matheusrich @typesanitizer Let me guess, you're scaffolding a whole production-worthy environment to run tests in?
English

@boulder_telugu @machadogj @matheusrich @typesanitizer In a Perfect world, a Jenkins or drone would probably do that for you
English

@timustermann @matheusrich @typesanitizer If running an automated regression takes 600min I wonder how long it would take to do something comparable manually!! 😱 And thankfully enough, you can do something else while those automated tests run 😎
English

@matheusrich @typesanitizer In my experience, this works great, until you run all tests to check that you don’t commit a regression, which will still take 600min
English

@typesanitizer You could avoid the "checking that the test actually tests the fix" by practicing TDD. You'll write a failing test reproducing the bug. When you fix the bug the test should pass.
I wrote a bit about this here (sorry for self promiting):
dev.to/matheusrich/a-…
English

@h3xdom @LondonWhig @MarinaBL10 Also, just because it’s widespread, doesn’t mean it’s good. See also: Natural, COBOL, PL/1, HLASM
English

@LondonWhig @MarinaBL10 Why not PHP? Did a company like Facebook pick the wrong language?😉PHP is fairly good in its own ways and is one of the most widely used web technologies for backend, so there are plenty of PHP jobs out there.🙃
English

Your friend wants to learn a programming language. What language do you recommend?
A. JavaScript
B. Java(includes Kotlin)
C. Ruby
D. Python
E. C#
F. Go
G. C/C++
I. PHP
#100DaysOfCode #CodeHabit365 #CodeNewbie #WomenWhoCode
English
Tim Ustermann retweetledi

Interested in some design patterns, check this article out: medium.com/neotiv-gmbh/5-…
English

@klimodav000 @scientificrealm @realDonaldTrump @BreitbartNews Well he didn't. Just invest 2 minutes and search that up on google lol
English

@scientificrealm @realDonaldTrump @BreitbartNews How is it making America great again when it’s economy boosted by 30% in these 4 years?
English

Detroit Absentee Ballot Counting Chaos, Blocked Windows and Observers breitbart.com/politics/2020/… via @BreitbartNews
English

@rakyll AbstractSingletonProxyFactoryBeanProviderBuilder
/** A builder to configure a provider which will provide a bean containing factories for creating abstract singleton proxies */
English

@BigBrainAnakin @dylsmith52 @JoeBiden Wish I could have written my thesis with that as all my references
English













