Simplified - Readability VS Efficiency
Did you ever find yourself thinking one of those? “This piece of code would be more efficient if I used X instead of Y”? “Do I really need that extra variable?” “Isn’t it somewhat bad practice thou
Search for a command to run...
Did you ever find yourself thinking one of those? “This piece of code would be more efficient if I used X instead of Y”? “Do I really need that extra variable?” “Isn’t it somewhat bad practice thou
Processes (Background) Processes are basically a program which was executed. You double clicked an icon on your desktop? You probably initiated a process. On the develop'ish side of things, we can go deeper into how processes are created and ran. On ...
Dual Boot Last 2 days I've been setting up my computer, getting it ready to work. I bolded words I think will help anyone looking for setting up dual boot easily. I begun with formatting it, I have plenty of junk left due to going through different a...
Status Check Hey! So after a few days off the blog, I owe to update what is going on. I've been sick with Covid-19 for the last week or so, probably the omicron - this wave hit israel in the last few weeks and made it seem like everyone in israel is ...
StackOverflow contirbution Answered this question today. Wasn't anything complex as the author is very new to programming.I did my best to explain it as clear as possible and provide him with valueable advice.
OOP task So today I wrote the last class needed for the task! Quite glad with the results, this task had a lot of OOP and Java concept in it. Had to implement and write interfaces, abstract classes, inheritance, Comparable/Comparator, usage of joker ...
OOP task I ran into a setback that I never encountered before. There is a class that needs to have a field of it updated, according to how many objects of the class are initiated. It also must update previously made objects. That is not a problem, ri...
OOP task Keeping on my OOP task for now! further implemented every interface and abstract classes. Will have 1 more class code to put down and I'm done! C basics Going over some basics of C. Trying to increase my spectrum of knowledge. RwK
StackOverflow, Java, Data Structures StackOverflow contribution Answered a question on a singly linked list implementation. The question was not very clear since the author is inexperienced. I actually edited my initial post 3 times as the author edi...