Sukma Wardana

2 Followers
55 Following
6 Posts
An Indonesian software developer who is interested in Java and Object-Oriented.
websitehttps://swardana.com

I highly recommend watching James Gosling (@JamesGosling) talking on Devoxx 2022 about Java on IoT.
In particular this part:
https://youtu.be/NtrF_SiFQag?t=1393

I am a heavy user of this (anti?)pattern.

try {...} catch Throwable {
... // here are the hard but important things
}

Inside the catch clause, I typically follow "aviate, navigate, communicate".
1. Don't crash.
2. Restore functionality.
3. Communicate to user and developer what happened.

IoT in the Trenches, at Scale by James Gosling

YouTube
Please, please, stop using "foo" and "bar” in code documentation. Give us real examples that mean something. Not "if (foo > bar)," but “if (height > limit)." Not “foo++” but “counter++”. Give us a logical hook to hang our hat on, not nonsense words.

New year, new goal!

Follow me on managing and building an #opensource project #nayanika. It's a comic book reader desktop application.

I'm documenting my process here: https://swardana.com/tags/nayanika.html

Sukma Wardana

I'm a software developer from Indonesia, specialized in Java, Object-Oriented and Pragmatic Development.

Sukma Wardana

Hey hey, it's an #introduction time,

My name is Sukma Wardana. I'm an Indonesian #java developer. I'm #newhere but really happy that I can follow the things that I am interested in #java #software in peace.