Questions tagged [junior-programmer]
A junior programmer is also known as an entry level or intern programmer.
84 questions
1
vote
3
answers
366
views
What does it mean for a version a programming language to not be supported anymore?
I am fairly new to programming; I was following a tutorial that was using php 7.3.8. So I went to the documentation website of that same php version, and it says it’s no longer supported. So, I ...
42
votes
4
answers
7k
views
How to effectively work with teammates whose fixes to bugs cause more bugs? [closed]
Everyone creates bugs, including me and my teammates. When bugs are pointed out to them, they're friendly and try to fix the bug. But their fix is 'wrong' and just creates a more subtle bug. Usually ...
10
votes
3
answers
6k
views
An older, experienced contractor used an SQLite DB for various queues - am I, a young dev, justified with feeling uncomfortable with it? [closed]
Context: I'm an embedded dev with only 2 years of solid experience. I'm the sole technical employee of a startup of 4 people. We have an MVP of our product out and are getting ready to develop the ...
4
votes
2
answers
816
views
How To Get A Junior Developer To Stop Bikeshedding [closed]
I'm having an issue with a junior developer bikeshedding PRs. They are the primary approver for one repository. Things that should be up for an hour or minutes on PR spend days sometimes with back-and-...
6
votes
5
answers
3k
views
Why are there so many frameworks for web development? [closed]
I am currently a Junior back-end developer, I write Java and Scala and I love it.
I really want to get into web development, but it seems like every time I look up some guide, it is really just a ...
2
votes
3
answers
2k
views
How to lead a team full of junior developers? [closed]
Currently I'm leading a team of 4 developers, all of them started their careers 5-6 months ago. I can consider ourselves lucky, as we've been assigned to a greenfield project, it's completely up to us ...
1
vote
2
answers
1k
views
Peer review of unit test
What is a good strategy for Q/A Engineers peer reviewing Unit tests as part of the software development life cycle?
I think that there are, indeed, things that I should check regarding the unit test ...
-1
votes
1
answer
267
views
As a junior developer, how can I broach critism of not-yet used chosen tools [closed]
So I started a month ago at relatively small company (12 people in the building) as a junior developer without professional experience apart from my own (7 years) and no degree. We're building a JEE ...
-3
votes
1
answer
218
views
Should I directly use pre-built codes on Github? [closed]
I need to know if is it correct to use pre-built codes on Github, or try to build it my self, while even I tried to build it I think it won't be as proffissional as that one on Github... the point is ...
2
votes
1
answer
1k
views
How to planning tasks with junior developers? [closed]
As I am only senior developer in team, Others are juniors who not strong to write clean code and architect.
Problem is the during sprint planning, It took very hard time for me to lead technical ...
3
votes
3
answers
381
views
How to make the most out of a beginner-level development team?
I now find myself in a scenario, mentoring no more than 8 beginner-level developers and tasked with the development of a reasonably complex SPA website. It is to be developed using React (which the ...
1
vote
0
answers
120
views
How could an fresher start doing changes in thousand lines code immediately after joining? [duplicate]
Well I am newly graduated and placed in a small scale project based company. When I joined , the boss (project head) gave me project code for understanding what work I will be doing hence forth. I ...
22
votes
6
answers
7k
views
Is it considered bad software engineering practice to always use "public" methods? [duplicate]
I've always used public methods and recently been advised by one of my friends to always avoid defining methods as public, as far as possible, though I have worked in any commercial company I have ...
15
votes
4
answers
2k
views
How to encourage junior developers to participate in code review?
I'm currently working as a senior dev with 3 juniors below me and have introduced a code review process to help manage the quality of code going into production.
I feel its very beneficial for all of ...
3
votes
1
answer
442
views
Functional testing of incomplete features
I've had several tasks where I'm to do functional testing (and to be writing automated test scripts) on features that are not actually complete.
For example, CRUD testing on a project to make sure ...