Skip to main content

Questions tagged [industry-standard]

1 vote
2 answers
347 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
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
-5 votes
2 answers
703 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
978 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
0 votes
1 answer
300 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
-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
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
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