Most IDEs support automatic code formatting, and doing so on save. Or have it as a github hook.
Most IDEs support automatic code formatting, and doing so on save. Or have it as a github hook.
At least in the future copilot could navigate you to the settings in the different places 😅
Maybe they see OP as the best candidate for an audit or code review, who has good enough skills, has time available, and is an internal resource
Not required. Looks like Java, just use reflection.
Can you give some examples of other tools for the job you’d rather use, which can be self hosted?
What does make out
do?
Automatic code formatter with company style rules for more consistency across all developers.
Make those changes in an own commit, or keep it to files you already have to touch.
Since the source is XML XSLT may work to transform it.
If it’s a microservice architecture using something like openapi and code generators could be a solution. Then the proper classes / types are created during the build step.
Does not avoid the fields being unused, or service B using an older version before being rebuild.
The approach would be similar as a library, but works across different languages while changing the definition only on one place.
deleted by creator
Autoformatter should fix that, unless you use python. (but even then they might fix it to the closest proper indentation level)
Maybe alignment more for the righthand side of assignments. If you have a block of variables with different name lengths, or within a constructor / function call.
That was a decade or two ago. Now you need a react SPA webapp using angular and Rust and utilize the bandwidth of the Cloud with machine learning. To find the IP.
You couldn’t find a gui designer for intellij, so you consider rewriting the whole application? in C++?!
Would seem easier to learn that ui framework.
For UI maybe look into javafx as an alternative. I haven’t used it, so can’t tell how the design process goes. But it seems to be the only current ui framework for Java.
Just because you got served bad food it does not mean you know how to make good food.
With physics, but paused while coding. It only comes crashing down when the code gets executed.
May I introduce you to Usb 3.x renaming?
3.0, 3.1Gen1, 3.2Gen1, 3.2Gen1x1 are the 5Gbps version.
3.1Gen2, 3.2Gen2, 3.2Gen1x2, 3.2Gen2x1 are the 10Gbps version.
Why are you in programming related communities if you don’t enjoy it?
Theoretically yes, practically you may have to deliver a whole runtime depending on the languagey making websites even bigger and slower to load initially. And unless it’s a webapp with data processing on the client the perceived performance benefits may be negligible.