排序
Which eclipse IDE shortcut/feature you wish you had known sooner?
Which eclipse IDE shortcut/feature you wish you had known sooner?,Off lately, I have started using jUnit in eclipse and it continues to baffle me how little I know of my IDE and ho...
Best Skills to Turn My Internship Into a Career
Best Skills to Turn My Internship Into a Career,I am interning this summer as a back-end developer in Java. I really want to work for these people at the end of it. It is kind of a...
Best Tutorial For Java & SQL?
Best Tutorial For Java & SQL?,What would you recommend to really learn SQL with Java? I want to be able to actually create and play with DBs on my machine. 原文链接:Best Tutorial ...
Language Features: Best and Worst
Language Features: Best and Worst,I'm interested in building my own programming language and I want to know: what are your most-loved and most-hated features of any programming lan...
Kotlin: How Can a Programming Language be so Young And so Mature at The Same Time?
Kotlin: How Can a Programming Language be so Young And so Mature at The Same Time?,In this article, we’re going to explore why young programming languages with modern features can...
Making an IDE
Making an IDE,Hi, Me and my friend are planning on creating an IDE for Java, But we haven't really worked on such thing and we are wondering how difficult this could be, and also w...
Q: How Much of “the Kotlin Way” Is the Right Way?
Q: How Much of 'the Kotlin Way' Is the Right Way?,NOTE: This post was originally intended to provoke a discussion, and despite its length, the original goal is still the same. Plea...
Getter naming conventions
Getter naming conventions,In Java and similar languages that don't have a built-in property concept, it is common to make fields private and accessible to the object's outside only...
Will Java Trend Towards Obscurity?
Will Java Trend Towards Obscurity?,I'm forking another conversation: Trevor Montgomery • Dec 12 '18 Word, this is prob a sub topic, but do you ever see anything replacing java? Be...
Design Patterns: use or not to use
Design Patterns: use or not to use,Right now I'm reading Design Patterns and Best Practices in Java by Kamalmeet Singh, Adrian Ianculescu and Lucian-Paul Torje, a very good book th...
With what approach to verify the logic of the code you design
With what approach to verify the logic of the code you design,Here I came up with quite a simple discussion for the case when a block of code you design is to be tested. What kind ...
Transitioning from Java to Python Professionally
Transitioning from Java to Python Professionally,I'm planning to making the transition from coding professionally in Java to Python. I've only worked on side projects with python (...