Skip to main content

Questions tagged [industry-standard]

1 vote
2 answers
348 views

In java we generally do it the java-docs way and in js the popular method these days is vscode documentation using @param, @returns, @example etc but I would prefer if there were some language ...
Raven Danish's user avatar
-2 votes
1 answer
145 views

I have just started my first position as a software engineer after finishing my degree, and, as warned, software is much different in industry than in academia. The startup that hired me does not have ...
Lavie's user avatar
  • 107
0 votes
1 answer
162 views

Our team has not had dev and test environments since it started 2-3 years ago. We had decided to give this (creation of dev and test environments) more priority. Current Environment One production ...
m01010011's user avatar
  • 109
0 votes
0 answers
92 views

In many situations we need access to meta information about Java Beans. The Java Reflection API itsself does not work for projects were performance matters so the bigger Frameworks like Spring or ...
Chris's user avatar
  • 207
-5 votes
2 answers
704 views

I have read from several authors that macros in C should be avoided whenever possible, and use inline functions instead. It's true that inline only 'requests' the compiler to replace the function call ...
Martel's user avatar
  • 615
3 votes
1 answer
2k views

I am doing some code review for a project and they have generated a name based UUID using SHA256 as the hashing algorithm. I found a some Java code that created a Name-based (hashing) UUIDs using SHA-...
gnash117's user avatar
  • 159
3 votes
1 answer
979 views

For a safety-critical domain, with a code standard including the MISRA C 2004 guidelines, a "simple" piece of code becomes obtuse, chiefly because of the requirements both that all if() statements ...
JWCS's user avatar
  • 179
1 vote
3 answers
1k views

After recent years working mostly with SLA, Incident Management and ITSM, I'm considering moving back to software development management and agile methodology. I'm returning to SCRUM lessons and would ...
Danmaxis's user avatar
  • 129
0 votes
1 answer
301 views

I have this web API project which handle all database access via entity framework. I have another web client reside in DMZ to call those APIs (via ajax or c#) in the web API project. When I make API ...
Pop's user avatar
  • 219
7 votes
4 answers
803 views

I'm working on a project with client that needs to rely on a proprietary data set. They also have custom data that logically fits alongside the proprietary data. What they do is use the same tables ...
microsaurus_dex's user avatar
-2 votes
1 answer
199 views

In the Java course I'm currently doing at university, a lot of emphasis is placed on using JML constructs like @require and @ensure clauses in Javadoc comments. I understand that this is implementing ...
jmcph4's user avatar
  • 101
26 votes
1 answer
7k views

Given the file path: /some/path/abc.txt The filename is "abc.txt", and extension is "txt". What is the "industry standard", unambiguous name for the "abc" part? For reference, in both java's older ...
Bohemian's user avatar
  • 2,076
139 votes
13 answers
23k views

I had a discussion with one of our senior developers who's been in the business for 20 years. He's pretty well known in Ontario for a blog he writes. The strange thing is what he told me: he said ...
Igneous01's user avatar
  • 2,333
5 votes
6 answers
509 views

This is a question about ISO C, which contains this sentence: If an attempt is made to refer to an object defined with a volatile-qualified type through use of an lvalue with non-volatile-qualified ...
Kaz's user avatar
  • 3,702
0 votes
1 answer
107 views

I'm currently building a enterprise MLS / IDX system and I'm just wondering if there is any type of special considerations to be taken outside of outputting the data in the forms that external web ...
Ryan Rentfro's user avatar

15 30 50 per page