Posts by Elizeu Santos • 36 points
3 posts
-
0
votes1
answer103
viewsA: Java configuration on linux
Remove the Openjdk file. download the JDK on the Oracle website and unzip the package in your preferred folder, in my case I use /usr/local/java. use update-alternatives to configure the executable,…
-
0
votes3
answers4038
viewsA: What is the definition of verbose code? And why is it interesting to reduce it?
The verbose code expression is related to a code that uses many lines to do something that can be done in less without compromising readability. There needs to be a harmony between the number of…
-
2
votes5
answers19389
viewsA: Differences and advantages between Github and Gitlab
Github is the largest and most popular GIT repository storage service. It is also older than Gitlab And maybe that’s why it’s so popular. If you just want to host your code, the downside of Github…