858
Behind The Scenes (kerala.party)
you are viewing a single comment's thread
view the rest of the comments
[-] dQw4w9WgXcQ@lemm.ee 9 points 1 year ago

Mono.just("Penetrating system") .doOnNext(System.out::println) .delayElement(Duration.ofSeconds(1)) .flatMapMany(() -> Flux.just("20%", "40%", "60%", "80%", "100%")) .map("Hacking NASA %s"::format) .doOnNext(System.out::println) .delayElement(Duration.ofSeconds(1)) .subscribe();

Better?

[-] fsxylo@sh.itjust.works 4 points 1 year ago

I can tell I'm getting better at programming because I'm getting better at reading meme code.

[-] shasta@lemm.ee 2 points 1 year ago

It's so beautiful!

this post was submitted on 02 Oct 2023
858 points (97.5% liked)

Programmer Humor

32426 readers
557 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS