Skip to main content
Commonmark migration
Source Link

###Java:

Java:

###PHP:

PHP:

###TI-Basic:

TI-Basic:

###C:

C:

###Java:

###PHP:

###TI-Basic:

###C:

Java:

PHP:

TI-Basic:

C:

replaced http://codereview.stackexchange.com/ with https://codereview.stackexchange.com/
Source Link
  • Roman numeral to decimal converterRoman numeral to decimal converter - This question actually is explicitly asking for optimizing the code for size. However, that doesn't make it any less of a meta tag. I don't know anything about TI-Basic. Presumably this is for or related to TI calculators? I'm not going to make the case for using the tag or simply removing the tag. But either way, I can't see a strong case for here. If there are any domain experts for TI-Basic, please advise or take appropriate action.
  • PHP cron job for updating broadcast status - Again, none of the plain-English on this question makes it clear at all why it should have the tag. PHP is a server-side language, so this isn't a minification issue. It seems most likely, the tag simply exists because the user was trying to add and stumbled across in the auto-complete list (and the asker is looking for any optimization). Seems like a meta use, so we can probably simply remove the tag from this question.
  • Roman numeral to decimal converter - This question actually is explicitly asking for optimizing the code for size. However, that doesn't make it any less of a meta tag. I don't know anything about TI-Basic. Presumably this is for or related to TI calculators? I'm not going to make the case for using the tag or simply removing the tag. But either way, I can't see a strong case for here. If there are any domain experts for TI-Basic, please advise or take appropriate action.
  • PHP cron job for updating broadcast status - Again, none of the plain-English on this question makes it clear at all why it should have the tag. PHP is a server-side language, so this isn't a minification issue. It seems most likely, the tag simply exists because the user was trying to add and stumbled across in the auto-complete list (and the asker is looking for any optimization). Seems like a meta use, so we can probably simply remove the tag from this question.
  • Roman numeral to decimal converter - This question actually is explicitly asking for optimizing the code for size. However, that doesn't make it any less of a meta tag. I don't know anything about TI-Basic. Presumably this is for or related to TI calculators? I'm not going to make the case for using the tag or simply removing the tag. But either way, I can't see a strong case for here. If there are any domain experts for TI-Basic, please advise or take appropriate action.
replaced http://programmers.stackexchange.com/ with https://softwareengineering.stackexchange.com/
Source Link

Minimizing the size of your executable is about reducing the number of instructions and has nothing to do with how many lines (or characters) are in your source code file. Using for these questions is arguably misleading. Moreover, outside deploying to embedded systems, worrying about the size of your executable isn't something that gets done any more these days. And if it is something you're worried about, your question isn't likely to be a good fit for Code Review. Instead, you probably need to think about your applications design from a bigger picture and probably formulate a question that's a good fit for ProgrammersProgrammers.

Minimizing the size of your executable is about reducing the number of instructions and has nothing to do with how many lines (or characters) are in your source code file. Using for these questions is arguably misleading. Moreover, outside deploying to embedded systems, worrying about the size of your executable isn't something that gets done any more these days. And if it is something you're worried about, your question isn't likely to be a good fit for Code Review. Instead, you probably need to think about your applications design from a bigger picture and probably formulate a question that's a good fit for Programmers.

Minimizing the size of your executable is about reducing the number of instructions and has nothing to do with how many lines (or characters) are in your source code file. Using for these questions is arguably misleading. Moreover, outside deploying to embedded systems, worrying about the size of your executable isn't something that gets done any more these days. And if it is something you're worried about, your question isn't likely to be a good fit for Code Review. Instead, you probably need to think about your applications design from a bigger picture and probably formulate a question that's a good fit for Programmers.

couple of typos corrected.
Source Link
rolfl
  • 98.1k
  • 4
  • 117
  • 238
Loading
Source Link
nhgrif
  • 25.4k
  • 25
  • 72
Loading