Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
The job description reads like they are actually searching for a junior admin who also does some QA...
-
possum16364yYou can do stuff the hard, manual and ouchy way, or you know how to use all those tools your IDE has for refactoring, extracting constants, moving parts into own files or other classes etc.
-
eo287540014yBelieve me, it's a skill. Try working with someone who doesn't know anything about the tools for IDE's. Not only the people that use Notepad or Python's IDLE, but also people who use IDE's but treat them as regular text editors, ex:
- looking stuff up manually, file by file, instead of using the search tool. Also using the file explorer instead of the fast-go
- manually changing the variable name instead of using refactoring tools
- printing everything instead of using the debugger
- having a bunch of terminal windows open instead of using the integrated terminal
- in general, waaayyy to much mouse clicking instead of using the shortcuts to switch tabs, close tabs, select pieces of code, etc etc
These are all things that I've seen with my own eyes (and sometimes committed in my younger years) -
@eo2875 "find in files" is what good editors offer readily. No need for an IDE. Also, you don't need an "integrated terminal" if you don't use an IDE.
Debugggers are mostly for people who can't read code. These also fall down on their nose when they have to debug something that works on their machine.
But the worst offence is failing to provide a non-IDE based way to build the release (makefiles, build scripts). I've been bitten by discontinued IDEs already, or ones that were unable to read project files from ten years ago. -
ZaLiTHkA8454yIDE "skills" aside.. why would anyone hire a Python dev to maintain Java and .NET applications..?
Honestly, no disrespect to Python devs, but if you want a Java dev, hire a fucking Java dev.. Seems like a no-brainer to me. 🤔 -
@eo2875 I agree that knowing a specific IDE is a skill.
In this case however, it is listed as just "IDE". Which is obviously just a brain fart of a clueless hr person. -
Parzi88334ysome of those molex connectors are a bitch to get in and out of the drives, especially on WD drives...
-
Parzi88334y@mundo03 that one's actually understandable, it's a very large bunch of buttons and some features are hidden behind what feels like 6 menus, a retinal scan, enabling macros and a smart card. i get lost in OpenOffice and MSOffice all the time, having to aggressively wait for tooltips to explain whatever the fuck symbol is to find what i'm looking for.
-
mundo0349794y@Parzi the same way an IDE is.
Just to be clear, text editors are not IDEs, vscode is not an IDE, neither are brackets, atom, sublime, etc.
How is IDE A skill?
rant