![Ròbert Bräutigam Profile](https://pbs.twimg.com/profile_images/1790270465199517696/afa5AQ5j_x96.jpg)
Ròbert Bräutigam
@robertbrautigam
Followers
169
Following
783
Statuses
1K
Passionate geek, java developer, contrarian.
Erlangen, Germany
Joined November 2016
RT @skdh: I find this attitude, that computers can never become "truly" intelligent (whatever that means), utterly bizarre. The human brain…
0
126
0
@vlad_mihalcea If you're doing 2 right, you'll likely not use Spring nor Hibernate, so point 3 will likely be redundant.
1
0
3
@fjzeit Let's be honest, most code written, regardless of the age group, is mostly a cobbled together mess. Some exceptions apply. Although you should stay professional at all times, who here didn't at one point wanted to scream at the code or even co-workers. :)
0
0
1
@ChShersh I do think AI will _eventually_ replace developers. I mean just think rationally. What would be the roadblock in your opinion? Is there anything physical we can't replicate with electronics? Is there something in the learning process we can't replicate? What is it?
0
0
0
@jjenkov Objects are not bags of data. Users of objects should have no clue what's inside, let alone know what is needed for the object to "revive" itself, potentially in a different JVM.
2
0
8
@webdevcody Pro tip: 5 minutes _min_. A lot of problems "solve themselves" if you just wait a bit :)
0
0
0
@guizmaii Gradle shouldn't be the benchmark. It's almost as bad as sbt. In Java projects "mvn install" works _every_ time. In Gradle and sbt, you don't even know what command you're supposed to use. If you're lucky, "compile" may work, but even that fails surprisingly often.
0
0
0
@Krever01 I'm sure you can make it work and make it simple. I've never worked on a greenfield scala project though. The sbt build was always already there and was usually quite complicated and very custom. I don't even know how to build the project initially.
2
0
1
RT @MartinVysny: Saw a Java presentation: cool, fast paced, lots of stuff done, magic stitched with annotations. Total opposite of building…
0
1
0
@ryxcommar I did Java Enterprise for 20 years, using timestamps as booleans does not even register :)
0
0
0
@ChShersh Having "utils" is not the problem, if it contains proper implementations or abstractions. The problem is that they usually contain static methods, hanging functions, things somebody didn't understand in a library so re-implemented it poorly, partly business logic code, etc..
0
0
1
RT @MartinVysny: In programming, simple != easy For example, it's easy to add a Transactional annotation to a Spring app, but the underlyi…
0
1
0
@MarkusWinand I remember the SQL-only times. It was not good. NoSQL says: Hey, it's ok to not use a relational model if you don't have to. In fact, you'll probably be better off if you don't. Just like "agile" said: It's ok to not plan for a year if you don't have to. And you probably don't.
1
0
0