INDAPlus21 / INDAPlus21/hugosac-sockets

Pass

Open
#1 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

**Very well done Hugo!**

Only, why are your server application window empty? Also, lovely comments and documentation.

Nice code helt enkelt!

Since Java is the current big enterprise language, much like COBOL used to be, Java might be the future COBOL. You might have bragging rights to your children/grandchildren. But ey, even Java evolves, today I learned about [pattern matching in switch expressions (Java 18)](https://medium.com/javarevisited/whats-new-in-java-18-4cce089de100):
```java
switch (obj) {
case String s && s.length() > 5 -> System.out.println(s.toUpperCase());
case String s -> System.out.println(s.toLowerCase());
case Integer i -> System.out.println(i * i);
default -> {}
}
```

Remember:
[![](https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fpeople.via.ecp.fr%2F~enizor%2FformationRust%2Fimages%2Fferris.png&f=1&nofb=1)](https://www.reddit.com/r/rustjerk/)

Keep it up!

Contributor guide

No contributing guide indexed for this repository

Research direction

The issue names no files, tests, or entry points and contains praise rather than an actionable request. There is no stated change or definition of done to guide implementation.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
backend
Issue type
Documentation
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
5/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.