Phrase for the opposite of “foolproof”What's the opposite for “steep learning curve”?What is a better way to name “The Wrong Question”?A word or phrase meaning the opposite action of embeddingWhat's the opposite of “from the outside”?Word or phrase for the heir's heirA phrase for the opposite of “getting over” somethingWord or Phrase for Identical Twins with Opposite Personalities?Term for being unable to see glaring errors after working for some time on a task?Alternative for the phrase “in a word”Is there an opposite phrase for “The apple never falls far from the tree”?

Can I criticise the more senior developers around me for not writing clean code?

What happens to Mjolnir (Thor's hammer) at the end of Endgame?

Why did C use the -> operator instead of reusing the . operator?

How can I practically buy stocks?

Two field separators (colon and space) in awk

What is causing the white spot to appear in some of my pictures

Was there a Viking Exchange as well as a Columbian one?

How to display Aura JS Errors Lightning Out

Could the terminal length of components like resistors be reduced?

Do I have an "anti-research" personality?

Why didn't the Space Shuttle bounce back into space as many times as possible so as to lose a lot of kinetic energy up there?

Can I grease a crank spindle/bracket without disassembling the crank set?

Is there any official lore on the Far Realm?

Which big number is bigger?

Who was the lone kid in the line of people at the lake at the end of Avengers: Endgame?

Betweenness centrality formula

Can someone publish a story that happened to you?

Converting a sprinkler system's 24V AC outputs to 3.3V DC logic inputs

How could Tony Stark make this in Endgame?

Aligning equation numbers vertically

Why does nature favour the Laplacian?

Critique of timeline aesthetic

What makes accurate emulation of old systems a difficult task?

Coordinate my way to the name of the (video) game



Phrase for the opposite of “foolproof”


What's the opposite for “steep learning curve”?What is a better way to name “The Wrong Question”?A word or phrase meaning the opposite action of embeddingWhat's the opposite of “from the outside”?Word or phrase for the heir's heirA phrase for the opposite of “getting over” somethingWord or Phrase for Identical Twins with Opposite Personalities?Term for being unable to see glaring errors after working for some time on a task?Alternative for the phrase “in a word”Is there an opposite phrase for “The apple never falls far from the tree”?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








1















Is there a concise way to describe something that is poorly designed, such that users are likely to accidentally make errors when using it? I'm looking for pretty much an exact antonym for "foolproof".



As an example, suppose there's a UI for job management that allows jobs to be canceled. When the "Cancel" button is clicked, a dialog appears saying "Canceling will lose job progress. Do you want to let the job finish? [Yes] / [No]" Clicking "No" will actually abort the job. The UI is working as designed, but since many users will not read the full message and assume that the opposite question is being asked, they are likely to use it incorrectly and mistakenly choose the wrong option. The UI itself works as intended and is not directly failing or causing the error, but its design is causing others to make mistakes.



I'd like a concise yet generalizable way to say, "This UI is [likely to be the cause of frequent user error]." So far the best word that I have is "confusing" but I'd like something stronger and more specific.



"Error-prone" is close, but I feel like that more strongly means "liable to make mistakes" instead of "cause mistakes to be made."



I'm not satisfied with the following words, because they suggest a defect of implementation (that it can fail even if used "correctly") and don't sufficiently convey an error-causing design: "defective", "faulty", "flawed", "imperfect", "undependable", "unreliable", "fallible"



I would also like to avoid direct or implicit criticism of the creator, so I don't want to say "poorly designed."










share|improve this question
























  • Not what you're looking for, I'm sure, but I can't resist suggesting "foolhardy".

    – Hot Licks
    6 hours ago











  • This UI is a disaster waiting to happen

    – Jim
    5 hours ago











  • I think I would go with your own phrase: "This UI is [confusing and] likely to be the cause of frequent user error."

    – James Random
    4 hours ago











  • The designer has left ample room for improvement.

    – Jim
    1 hour ago

















1















Is there a concise way to describe something that is poorly designed, such that users are likely to accidentally make errors when using it? I'm looking for pretty much an exact antonym for "foolproof".



As an example, suppose there's a UI for job management that allows jobs to be canceled. When the "Cancel" button is clicked, a dialog appears saying "Canceling will lose job progress. Do you want to let the job finish? [Yes] / [No]" Clicking "No" will actually abort the job. The UI is working as designed, but since many users will not read the full message and assume that the opposite question is being asked, they are likely to use it incorrectly and mistakenly choose the wrong option. The UI itself works as intended and is not directly failing or causing the error, but its design is causing others to make mistakes.



I'd like a concise yet generalizable way to say, "This UI is [likely to be the cause of frequent user error]." So far the best word that I have is "confusing" but I'd like something stronger and more specific.



"Error-prone" is close, but I feel like that more strongly means "liable to make mistakes" instead of "cause mistakes to be made."



I'm not satisfied with the following words, because they suggest a defect of implementation (that it can fail even if used "correctly") and don't sufficiently convey an error-causing design: "defective", "faulty", "flawed", "imperfect", "undependable", "unreliable", "fallible"



I would also like to avoid direct or implicit criticism of the creator, so I don't want to say "poorly designed."










share|improve this question
























  • Not what you're looking for, I'm sure, but I can't resist suggesting "foolhardy".

    – Hot Licks
    6 hours ago











  • This UI is a disaster waiting to happen

    – Jim
    5 hours ago











  • I think I would go with your own phrase: "This UI is [confusing and] likely to be the cause of frequent user error."

    – James Random
    4 hours ago











  • The designer has left ample room for improvement.

    – Jim
    1 hour ago













1












1








1








Is there a concise way to describe something that is poorly designed, such that users are likely to accidentally make errors when using it? I'm looking for pretty much an exact antonym for "foolproof".



As an example, suppose there's a UI for job management that allows jobs to be canceled. When the "Cancel" button is clicked, a dialog appears saying "Canceling will lose job progress. Do you want to let the job finish? [Yes] / [No]" Clicking "No" will actually abort the job. The UI is working as designed, but since many users will not read the full message and assume that the opposite question is being asked, they are likely to use it incorrectly and mistakenly choose the wrong option. The UI itself works as intended and is not directly failing or causing the error, but its design is causing others to make mistakes.



I'd like a concise yet generalizable way to say, "This UI is [likely to be the cause of frequent user error]." So far the best word that I have is "confusing" but I'd like something stronger and more specific.



"Error-prone" is close, but I feel like that more strongly means "liable to make mistakes" instead of "cause mistakes to be made."



I'm not satisfied with the following words, because they suggest a defect of implementation (that it can fail even if used "correctly") and don't sufficiently convey an error-causing design: "defective", "faulty", "flawed", "imperfect", "undependable", "unreliable", "fallible"



I would also like to avoid direct or implicit criticism of the creator, so I don't want to say "poorly designed."










share|improve this question
















Is there a concise way to describe something that is poorly designed, such that users are likely to accidentally make errors when using it? I'm looking for pretty much an exact antonym for "foolproof".



As an example, suppose there's a UI for job management that allows jobs to be canceled. When the "Cancel" button is clicked, a dialog appears saying "Canceling will lose job progress. Do you want to let the job finish? [Yes] / [No]" Clicking "No" will actually abort the job. The UI is working as designed, but since many users will not read the full message and assume that the opposite question is being asked, they are likely to use it incorrectly and mistakenly choose the wrong option. The UI itself works as intended and is not directly failing or causing the error, but its design is causing others to make mistakes.



I'd like a concise yet generalizable way to say, "This UI is [likely to be the cause of frequent user error]." So far the best word that I have is "confusing" but I'd like something stronger and more specific.



"Error-prone" is close, but I feel like that more strongly means "liable to make mistakes" instead of "cause mistakes to be made."



I'm not satisfied with the following words, because they suggest a defect of implementation (that it can fail even if used "correctly") and don't sufficiently convey an error-causing design: "defective", "faulty", "flawed", "imperfect", "undependable", "unreliable", "fallible"



I would also like to avoid direct or implicit criticism of the creator, so I don't want to say "poorly designed."







phrase-requests






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 5 hours ago









MikeJRamsey56

2,249315




2,249315










asked 6 hours ago









MilesMiles

66046




66046












  • Not what you're looking for, I'm sure, but I can't resist suggesting "foolhardy".

    – Hot Licks
    6 hours ago











  • This UI is a disaster waiting to happen

    – Jim
    5 hours ago











  • I think I would go with your own phrase: "This UI is [confusing and] likely to be the cause of frequent user error."

    – James Random
    4 hours ago











  • The designer has left ample room for improvement.

    – Jim
    1 hour ago

















  • Not what you're looking for, I'm sure, but I can't resist suggesting "foolhardy".

    – Hot Licks
    6 hours ago











  • This UI is a disaster waiting to happen

    – Jim
    5 hours ago











  • I think I would go with your own phrase: "This UI is [confusing and] likely to be the cause of frequent user error."

    – James Random
    4 hours ago











  • The designer has left ample room for improvement.

    – Jim
    1 hour ago
















Not what you're looking for, I'm sure, but I can't resist suggesting "foolhardy".

– Hot Licks
6 hours ago





Not what you're looking for, I'm sure, but I can't resist suggesting "foolhardy".

– Hot Licks
6 hours ago













This UI is a disaster waiting to happen

– Jim
5 hours ago





This UI is a disaster waiting to happen

– Jim
5 hours ago













I think I would go with your own phrase: "This UI is [confusing and] likely to be the cause of frequent user error."

– James Random
4 hours ago





I think I would go with your own phrase: "This UI is [confusing and] likely to be the cause of frequent user error."

– James Random
4 hours ago













The designer has left ample room for improvement.

– Jim
1 hour ago





The designer has left ample room for improvement.

– Jim
1 hour ago










4 Answers
4






active

oldest

votes


















3














This UI is:

- Nonobvious = Not easily discovered, seen, or understood

- Unclear = not clear

- Counterintuitive = contrary to what one would intuitively expect

- Illogical = not observing the principles of logic



It is difficult to correct someone without risking direct or implicit criticism.






share|improve this answer























  • "Counter-intuitive" would seem to be a very good fit.

    – Cascabel
    5 hours ago


















1














inherently flawed




Inherent literally refers to something that is "stuck in" something else so firmly that they can't be separated. A plan may have an inherent flaw that will cause it to fail; a person may have inherent virtues that everyone admires. Since the flaw and the virtues can't be removed, the plan may simply have to be thrown out and the person will remain virtuous forever.




-Merriam Webster



So if the UI is inherently flawed it refers to the design and not the designer.






share|improve this answer

























  • I know the OP said that "flawed" was not adequate for their purpose, I think when accompanied by "inherently" it can work.

    – Cascabel
    6 hours ago











  • The term does refer to the design, but I disagree that this option makes no judgement of the designer. Whoever designed an inherently flawed UI did a damn poor job.

    – Nuclear Wang
    6 hours ago











  • @NuclearWang ...of course that would be inferred...but not actually implied.

    – Cascabel
    6 hours ago



















0














I read the title of the question and immediately thought of error prone—before reading the rest of the question. I personally don't think there is a better phrase than that. It's open to interpretation and context what the reason is behind the possible errors.




Having said that, another possible word is fallible:




1 : liable to be erroneous

// a fallible generalization
2 : capable of making a mistake

// we're all fallible




In short:




The UI is fallible.







share|improve this answer























  • Isn't it more a case that the UI leads the user to be more fallible? Error prone may be better.

    – James Random
    4 hours ago






  • 1





    @JamesRandom I did say that error prone seems like the best choice. ;) But the problem with the question comes from the source of the error. If the question doesn't want to admit poor design or user error (of any kind), it's not clear what the opposite of foolproof could possibly be—because something has to produce an error of some kind . . .

    – Jason Bassford
    3 hours ago



















0















Misleading




Giving the wrong idea or impression - OOD



A confirmation pop-up is expected to ask if the user wants to continue. When it asks the negation of what is expected many people can be expected to answer incorrectly.






share|improve this answer























  • ISN’T IT CONFUSING? YES, IT ISN’T.

    – MikeJRamsey56
    5 hours ago











Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "97"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fenglish.stackexchange.com%2fquestions%2f496322%2fphrase-for-the-opposite-of-foolproof%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























4 Answers
4






active

oldest

votes








4 Answers
4






active

oldest

votes









active

oldest

votes






active

oldest

votes









3














This UI is:

- Nonobvious = Not easily discovered, seen, or understood

- Unclear = not clear

- Counterintuitive = contrary to what one would intuitively expect

- Illogical = not observing the principles of logic



It is difficult to correct someone without risking direct or implicit criticism.






share|improve this answer























  • "Counter-intuitive" would seem to be a very good fit.

    – Cascabel
    5 hours ago















3














This UI is:

- Nonobvious = Not easily discovered, seen, or understood

- Unclear = not clear

- Counterintuitive = contrary to what one would intuitively expect

- Illogical = not observing the principles of logic



It is difficult to correct someone without risking direct or implicit criticism.






share|improve this answer























  • "Counter-intuitive" would seem to be a very good fit.

    – Cascabel
    5 hours ago













3












3








3







This UI is:

- Nonobvious = Not easily discovered, seen, or understood

- Unclear = not clear

- Counterintuitive = contrary to what one would intuitively expect

- Illogical = not observing the principles of logic



It is difficult to correct someone without risking direct or implicit criticism.






share|improve this answer













This UI is:

- Nonobvious = Not easily discovered, seen, or understood

- Unclear = not clear

- Counterintuitive = contrary to what one would intuitively expect

- Illogical = not observing the principles of logic



It is difficult to correct someone without risking direct or implicit criticism.







share|improve this answer












share|improve this answer



share|improve this answer










answered 6 hours ago









David DDavid D

4224




4224












  • "Counter-intuitive" would seem to be a very good fit.

    – Cascabel
    5 hours ago

















  • "Counter-intuitive" would seem to be a very good fit.

    – Cascabel
    5 hours ago
















"Counter-intuitive" would seem to be a very good fit.

– Cascabel
5 hours ago





"Counter-intuitive" would seem to be a very good fit.

– Cascabel
5 hours ago













1














inherently flawed




Inherent literally refers to something that is "stuck in" something else so firmly that they can't be separated. A plan may have an inherent flaw that will cause it to fail; a person may have inherent virtues that everyone admires. Since the flaw and the virtues can't be removed, the plan may simply have to be thrown out and the person will remain virtuous forever.




-Merriam Webster



So if the UI is inherently flawed it refers to the design and not the designer.






share|improve this answer

























  • I know the OP said that "flawed" was not adequate for their purpose, I think when accompanied by "inherently" it can work.

    – Cascabel
    6 hours ago











  • The term does refer to the design, but I disagree that this option makes no judgement of the designer. Whoever designed an inherently flawed UI did a damn poor job.

    – Nuclear Wang
    6 hours ago











  • @NuclearWang ...of course that would be inferred...but not actually implied.

    – Cascabel
    6 hours ago
















1














inherently flawed




Inherent literally refers to something that is "stuck in" something else so firmly that they can't be separated. A plan may have an inherent flaw that will cause it to fail; a person may have inherent virtues that everyone admires. Since the flaw and the virtues can't be removed, the plan may simply have to be thrown out and the person will remain virtuous forever.




-Merriam Webster



So if the UI is inherently flawed it refers to the design and not the designer.






share|improve this answer

























  • I know the OP said that "flawed" was not adequate for their purpose, I think when accompanied by "inherently" it can work.

    – Cascabel
    6 hours ago











  • The term does refer to the design, but I disagree that this option makes no judgement of the designer. Whoever designed an inherently flawed UI did a damn poor job.

    – Nuclear Wang
    6 hours ago











  • @NuclearWang ...of course that would be inferred...but not actually implied.

    – Cascabel
    6 hours ago














1












1








1







inherently flawed




Inherent literally refers to something that is "stuck in" something else so firmly that they can't be separated. A plan may have an inherent flaw that will cause it to fail; a person may have inherent virtues that everyone admires. Since the flaw and the virtues can't be removed, the plan may simply have to be thrown out and the person will remain virtuous forever.




-Merriam Webster



So if the UI is inherently flawed it refers to the design and not the designer.






share|improve this answer















inherently flawed




Inherent literally refers to something that is "stuck in" something else so firmly that they can't be separated. A plan may have an inherent flaw that will cause it to fail; a person may have inherent virtues that everyone admires. Since the flaw and the virtues can't be removed, the plan may simply have to be thrown out and the person will remain virtuous forever.




-Merriam Webster



So if the UI is inherently flawed it refers to the design and not the designer.







share|improve this answer














share|improve this answer



share|improve this answer








edited 6 hours ago

























answered 6 hours ago









CascabelCascabel

8,27662957




8,27662957












  • I know the OP said that "flawed" was not adequate for their purpose, I think when accompanied by "inherently" it can work.

    – Cascabel
    6 hours ago











  • The term does refer to the design, but I disagree that this option makes no judgement of the designer. Whoever designed an inherently flawed UI did a damn poor job.

    – Nuclear Wang
    6 hours ago











  • @NuclearWang ...of course that would be inferred...but not actually implied.

    – Cascabel
    6 hours ago


















  • I know the OP said that "flawed" was not adequate for their purpose, I think when accompanied by "inherently" it can work.

    – Cascabel
    6 hours ago











  • The term does refer to the design, but I disagree that this option makes no judgement of the designer. Whoever designed an inherently flawed UI did a damn poor job.

    – Nuclear Wang
    6 hours ago











  • @NuclearWang ...of course that would be inferred...but not actually implied.

    – Cascabel
    6 hours ago

















I know the OP said that "flawed" was not adequate for their purpose, I think when accompanied by "inherently" it can work.

– Cascabel
6 hours ago





I know the OP said that "flawed" was not adequate for their purpose, I think when accompanied by "inherently" it can work.

– Cascabel
6 hours ago













The term does refer to the design, but I disagree that this option makes no judgement of the designer. Whoever designed an inherently flawed UI did a damn poor job.

– Nuclear Wang
6 hours ago





The term does refer to the design, but I disagree that this option makes no judgement of the designer. Whoever designed an inherently flawed UI did a damn poor job.

– Nuclear Wang
6 hours ago













@NuclearWang ...of course that would be inferred...but not actually implied.

– Cascabel
6 hours ago






@NuclearWang ...of course that would be inferred...but not actually implied.

– Cascabel
6 hours ago












0














I read the title of the question and immediately thought of error prone—before reading the rest of the question. I personally don't think there is a better phrase than that. It's open to interpretation and context what the reason is behind the possible errors.




Having said that, another possible word is fallible:




1 : liable to be erroneous

// a fallible generalization
2 : capable of making a mistake

// we're all fallible




In short:




The UI is fallible.







share|improve this answer























  • Isn't it more a case that the UI leads the user to be more fallible? Error prone may be better.

    – James Random
    4 hours ago






  • 1





    @JamesRandom I did say that error prone seems like the best choice. ;) But the problem with the question comes from the source of the error. If the question doesn't want to admit poor design or user error (of any kind), it's not clear what the opposite of foolproof could possibly be—because something has to produce an error of some kind . . .

    – Jason Bassford
    3 hours ago
















0














I read the title of the question and immediately thought of error prone—before reading the rest of the question. I personally don't think there is a better phrase than that. It's open to interpretation and context what the reason is behind the possible errors.




Having said that, another possible word is fallible:




1 : liable to be erroneous

// a fallible generalization
2 : capable of making a mistake

// we're all fallible




In short:




The UI is fallible.







share|improve this answer























  • Isn't it more a case that the UI leads the user to be more fallible? Error prone may be better.

    – James Random
    4 hours ago






  • 1





    @JamesRandom I did say that error prone seems like the best choice. ;) But the problem with the question comes from the source of the error. If the question doesn't want to admit poor design or user error (of any kind), it's not clear what the opposite of foolproof could possibly be—because something has to produce an error of some kind . . .

    – Jason Bassford
    3 hours ago














0












0








0







I read the title of the question and immediately thought of error prone—before reading the rest of the question. I personally don't think there is a better phrase than that. It's open to interpretation and context what the reason is behind the possible errors.




Having said that, another possible word is fallible:




1 : liable to be erroneous

// a fallible generalization
2 : capable of making a mistake

// we're all fallible




In short:




The UI is fallible.







share|improve this answer













I read the title of the question and immediately thought of error prone—before reading the rest of the question. I personally don't think there is a better phrase than that. It's open to interpretation and context what the reason is behind the possible errors.




Having said that, another possible word is fallible:




1 : liable to be erroneous

// a fallible generalization
2 : capable of making a mistake

// we're all fallible




In short:




The UI is fallible.








share|improve this answer












share|improve this answer



share|improve this answer










answered 6 hours ago









Jason BassfordJason Bassford

21.5k32753




21.5k32753












  • Isn't it more a case that the UI leads the user to be more fallible? Error prone may be better.

    – James Random
    4 hours ago






  • 1





    @JamesRandom I did say that error prone seems like the best choice. ;) But the problem with the question comes from the source of the error. If the question doesn't want to admit poor design or user error (of any kind), it's not clear what the opposite of foolproof could possibly be—because something has to produce an error of some kind . . .

    – Jason Bassford
    3 hours ago


















  • Isn't it more a case that the UI leads the user to be more fallible? Error prone may be better.

    – James Random
    4 hours ago






  • 1





    @JamesRandom I did say that error prone seems like the best choice. ;) But the problem with the question comes from the source of the error. If the question doesn't want to admit poor design or user error (of any kind), it's not clear what the opposite of foolproof could possibly be—because something has to produce an error of some kind . . .

    – Jason Bassford
    3 hours ago

















Isn't it more a case that the UI leads the user to be more fallible? Error prone may be better.

– James Random
4 hours ago





Isn't it more a case that the UI leads the user to be more fallible? Error prone may be better.

– James Random
4 hours ago




1




1





@JamesRandom I did say that error prone seems like the best choice. ;) But the problem with the question comes from the source of the error. If the question doesn't want to admit poor design or user error (of any kind), it's not clear what the opposite of foolproof could possibly be—because something has to produce an error of some kind . . .

– Jason Bassford
3 hours ago






@JamesRandom I did say that error prone seems like the best choice. ;) But the problem with the question comes from the source of the error. If the question doesn't want to admit poor design or user error (of any kind), it's not clear what the opposite of foolproof could possibly be—because something has to produce an error of some kind . . .

– Jason Bassford
3 hours ago












0















Misleading




Giving the wrong idea or impression - OOD



A confirmation pop-up is expected to ask if the user wants to continue. When it asks the negation of what is expected many people can be expected to answer incorrectly.






share|improve this answer























  • ISN’T IT CONFUSING? YES, IT ISN’T.

    – MikeJRamsey56
    5 hours ago















0















Misleading




Giving the wrong idea or impression - OOD



A confirmation pop-up is expected to ask if the user wants to continue. When it asks the negation of what is expected many people can be expected to answer incorrectly.






share|improve this answer























  • ISN’T IT CONFUSING? YES, IT ISN’T.

    – MikeJRamsey56
    5 hours ago













0












0








0








Misleading




Giving the wrong idea or impression - OOD



A confirmation pop-up is expected to ask if the user wants to continue. When it asks the negation of what is expected many people can be expected to answer incorrectly.






share|improve this answer














Misleading




Giving the wrong idea or impression - OOD



A confirmation pop-up is expected to ask if the user wants to continue. When it asks the negation of what is expected many people can be expected to answer incorrectly.







share|improve this answer












share|improve this answer



share|improve this answer










answered 5 hours ago









MikeJRamsey56MikeJRamsey56

2,249315




2,249315












  • ISN’T IT CONFUSING? YES, IT ISN’T.

    – MikeJRamsey56
    5 hours ago

















  • ISN’T IT CONFUSING? YES, IT ISN’T.

    – MikeJRamsey56
    5 hours ago
















ISN’T IT CONFUSING? YES, IT ISN’T.

– MikeJRamsey56
5 hours ago





ISN’T IT CONFUSING? YES, IT ISN’T.

– MikeJRamsey56
5 hours ago

















draft saved

draft discarded
















































Thanks for contributing an answer to English Language & Usage Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fenglish.stackexchange.com%2fquestions%2f496322%2fphrase-for-the-opposite-of-foolproof%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Are there any AGPL-style licences that require source code modifications to be public? Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Force derivative works to be publicAre there any GPL like licenses for Apple App Store?Do you violate the GPL if you provide source code that cannot be compiled?GPL - is it distribution to use libraries in an appliance loaned to customers?Distributing App for free which uses GPL'ed codeModifications of server software under GPL, with web/CLI interfaceDoes using an AGPLv3-licensed library prevent me from dual-licensing my own source code?Can I publish only select code under GPLv3 from a private project?Is there published precedent regarding the scope of covered work that uses AGPL software?If MIT licensed code links to GPL licensed code what should be the license of the resulting binary program?If I use a public API endpoint that has its source code licensed under AGPL in my app, do I need to disclose my source?

2013 GY136 Descoberta | Órbita | Referências Menu de navegação«List Of Centaurs and Scattered-Disk Objects»«List of Known Trans-Neptunian Objects»

Button changing it's text & action. Good or terrible? The 2019 Stack Overflow Developer Survey Results Are Inchanging text on user mouseoverShould certain functions be “hard to find” for powerusers to discover?Custom liking function - do I need user login?Using different checkbox style for different checkbox behaviorBest Practices: Save and Exit in Software UIInteraction with remote validated formMore efficient UI to progress the user through a complicated process?Designing a popup notice for a gameShould bulk-editing functions be hidden until a table row is selected, or is there a better solution?Is it bad practice to disable (replace) the context menu?