Is there an expression that means doing something right before you will need it rather than doing it in case you might need it?Term for someone who cannot keep something to themselvesTerm for women who claims to be feminist but are actually selfishWhat name does this type of people have?Describing the physical condition of a man: Can an aged man wear well?What is the British term for the place where people change clothes at the gym?The old stuff of little or no value in your storage roomWhat can be called parents excessively worried about their children's safety?Another word for “wedding”build the culture of something/ culture buildingOne verb for : manuscript “edited, annotated, verified” by so-and-so

Did 'Cinema Songs' exist during Hiranyakshipu's time?

What historical events would have to change in order to make 19th century "steampunk" technology possible?

how do we prove that a sum of two periods is still a period?

Does the Cone of Cold spell freeze water?

Getting extremely large arrows with tikzcd

Is there an expression that means doing something right before you will need it rather than doing it in case you might need it?

Fair gambler's ruin problem intuition

What exactly is ineptocracy?

Car headlights in a world without electricity

What is an equivalently powerful replacement spell for the Yuan-Ti's Suggestion spell?

Where would I need my direct neural interface to be implanted?

Do creatures with a listed speed of "0 ft., fly 30 ft. (hover)" ever touch the ground?

Ambiguity in the definition of entropy

Is it possible to create a QR code using text?

Is this draw by repetition?

Why is the sentence "Das ist eine Nase" correct?

Was the old ablative pronoun "med" or "mēd"?

What is the fastest integer factorization to break RSA?

Why was the shrink from 8″ made only to 5.25″ and not smaller (4″ or less)

Is it "common practice in Fourier transform spectroscopy to multiply the measured interferogram by an apodizing function"? If so, why?

Can someone clarify Hamming's notion of important problems in relation to modern academia?

Rotate ASCII Art by 45 Degrees

My ex-girlfriend uses my Apple ID to log in to her iPad. Do I have to give her my Apple ID password to reset it?

Are British MPs missing the point, with these 'Indicative Votes'?



Is there an expression that means doing something right before you will need it rather than doing it in case you might need it?


Term for someone who cannot keep something to themselvesTerm for women who claims to be feminist but are actually selfishWhat name does this type of people have?Describing the physical condition of a man: Can an aged man wear well?What is the British term for the place where people change clothes at the gym?The old stuff of little or no value in your storage roomWhat can be called parents excessively worried about their children's safety?Another word for “wedding”build the culture of something/ culture buildingOne verb for : manuscript “edited, annotated, verified” by so-and-so













1















I am not sure if there's such an expression. Sometimes, people do a lot of things in advance and it turns out that 90% of what they decided to do will never have any use to them, and there are some efficient people who only do what's necessary. Is there a word for the philosophy or manner of behaving of the people in the latter example?










share|improve this question


























    1















    I am not sure if there's such an expression. Sometimes, people do a lot of things in advance and it turns out that 90% of what they decided to do will never have any use to them, and there are some efficient people who only do what's necessary. Is there a word for the philosophy or manner of behaving of the people in the latter example?










    share|improve this question
























      1












      1








      1








      I am not sure if there's such an expression. Sometimes, people do a lot of things in advance and it turns out that 90% of what they decided to do will never have any use to them, and there are some efficient people who only do what's necessary. Is there a word for the philosophy or manner of behaving of the people in the latter example?










      share|improve this question














      I am not sure if there's such an expression. Sometimes, people do a lot of things in advance and it turns out that 90% of what they decided to do will never have any use to them, and there are some efficient people who only do what's necessary. Is there a word for the philosophy or manner of behaving of the people in the latter example?







      word-request






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 4 hours ago









      frbsfokfrbsfok

      3709




      3709




















          3 Answers
          3






          active

          oldest

          votes


















          2














          How about the term "just-in-time?" It is used in the context of manufacturing. For example, it describes a factory manufacturing system where the raw materials are brought in as they are needed.



          https://en.wiktionary.org/w/index.php?title=just-in-time&oldid=45591851



          Example: "Acme Widget Manufacturing uses a just-in-time inventory system in their factories."



          Perhaps you could adapt it to your own needs.






          share|improve this answer
































            1














            Both parties have planned their time in advance, the only difference is that the first party has planned everything whether it is important and necessary to them or not, while the second party has planned only the substantial and needed things. This all leads me to think of the verb "prioritize" which means:




            To decide which of a group of things are the most important so that you can deal with them first.




            Cambridge Dictionary



            It is an expression that is very common to use when dealing with time. So, in order to use your time effectively as much as possible, you should prioritize your work.



            • Prioritizing has never been a last minute thing to do; thus it has implicitly the indication and meaning of planning your time beforehand productively.





            share|improve this answer






























              0














              Here are three related Extreme Programming practices. They avoid doing unnecessary work now, so that you can have a useful thing both now and later:



              • "You ain't gonna need it", or

                "You aren't gonna need it."

              • If you do need it,
                Do the simplest thing that could possibly work.

              • The three rules of optimization:

                1. Don't.

                2. Not yet.

                3. Use a profiler.


              "Yagni" is an acronym for the first concept, which means:




              "Always implement things when you actually need them,

              never when you just foresee that you need them."



              Even if you're totally, totally, totally sure that you'll need a feature later on, don't implement it now. Usually, it'll turn out either

              a) you don't need it after all, or

              b) what you actually need is quite different from what you foresaw needing earlier.



              This doesn't mean you should avoid building flexibility into your code. It means you shouldn't over-engineer something based on what you think you might need later on.
              This also follows the KISS principle:



              Keep it simple, stupid!




              The page goes on to put this practice in the context of Extreme Programming's other practices. It quotes Kent Beck as writing,




              "You aren't gonna need it" is not the same as forgetting experience, acting stupid, or abandoning morals. It is a challenge to developers to abandon their fears of a far-flung future that may never happen and do an absolutely stellar job of solving today's problems today.







              share|improve this answer

























                Your Answer








                StackExchange.ready(function()
                var channelOptions =
                tags: "".split(" "),
                id: "481"
                ;
                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%2fell.stackexchange.com%2fquestions%2f203602%2fis-there-an-expression-that-means-doing-something-right-before-you-will-need-it%23new-answer', 'question_page');

                );

                Post as a guest















                Required, but never shown

























                3 Answers
                3






                active

                oldest

                votes








                3 Answers
                3






                active

                oldest

                votes









                active

                oldest

                votes






                active

                oldest

                votes









                2














                How about the term "just-in-time?" It is used in the context of manufacturing. For example, it describes a factory manufacturing system where the raw materials are brought in as they are needed.



                https://en.wiktionary.org/w/index.php?title=just-in-time&oldid=45591851



                Example: "Acme Widget Manufacturing uses a just-in-time inventory system in their factories."



                Perhaps you could adapt it to your own needs.






                share|improve this answer





























                  2














                  How about the term "just-in-time?" It is used in the context of manufacturing. For example, it describes a factory manufacturing system where the raw materials are brought in as they are needed.



                  https://en.wiktionary.org/w/index.php?title=just-in-time&oldid=45591851



                  Example: "Acme Widget Manufacturing uses a just-in-time inventory system in their factories."



                  Perhaps you could adapt it to your own needs.






                  share|improve this answer



























                    2












                    2








                    2







                    How about the term "just-in-time?" It is used in the context of manufacturing. For example, it describes a factory manufacturing system where the raw materials are brought in as they are needed.



                    https://en.wiktionary.org/w/index.php?title=just-in-time&oldid=45591851



                    Example: "Acme Widget Manufacturing uses a just-in-time inventory system in their factories."



                    Perhaps you could adapt it to your own needs.






                    share|improve this answer















                    How about the term "just-in-time?" It is used in the context of manufacturing. For example, it describes a factory manufacturing system where the raw materials are brought in as they are needed.



                    https://en.wiktionary.org/w/index.php?title=just-in-time&oldid=45591851



                    Example: "Acme Widget Manufacturing uses a just-in-time inventory system in their factories."



                    Perhaps you could adapt it to your own needs.







                    share|improve this answer














                    share|improve this answer



                    share|improve this answer








                    edited 3 hours ago

























                    answered 4 hours ago









                    Don B.Don B.

                    1,03011




                    1,03011























                        1














                        Both parties have planned their time in advance, the only difference is that the first party has planned everything whether it is important and necessary to them or not, while the second party has planned only the substantial and needed things. This all leads me to think of the verb "prioritize" which means:




                        To decide which of a group of things are the most important so that you can deal with them first.




                        Cambridge Dictionary



                        It is an expression that is very common to use when dealing with time. So, in order to use your time effectively as much as possible, you should prioritize your work.



                        • Prioritizing has never been a last minute thing to do; thus it has implicitly the indication and meaning of planning your time beforehand productively.





                        share|improve this answer



























                          1














                          Both parties have planned their time in advance, the only difference is that the first party has planned everything whether it is important and necessary to them or not, while the second party has planned only the substantial and needed things. This all leads me to think of the verb "prioritize" which means:




                          To decide which of a group of things are the most important so that you can deal with them first.




                          Cambridge Dictionary



                          It is an expression that is very common to use when dealing with time. So, in order to use your time effectively as much as possible, you should prioritize your work.



                          • Prioritizing has never been a last minute thing to do; thus it has implicitly the indication and meaning of planning your time beforehand productively.





                          share|improve this answer

























                            1












                            1








                            1







                            Both parties have planned their time in advance, the only difference is that the first party has planned everything whether it is important and necessary to them or not, while the second party has planned only the substantial and needed things. This all leads me to think of the verb "prioritize" which means:




                            To decide which of a group of things are the most important so that you can deal with them first.




                            Cambridge Dictionary



                            It is an expression that is very common to use when dealing with time. So, in order to use your time effectively as much as possible, you should prioritize your work.



                            • Prioritizing has never been a last minute thing to do; thus it has implicitly the indication and meaning of planning your time beforehand productively.





                            share|improve this answer













                            Both parties have planned their time in advance, the only difference is that the first party has planned everything whether it is important and necessary to them or not, while the second party has planned only the substantial and needed things. This all leads me to think of the verb "prioritize" which means:




                            To decide which of a group of things are the most important so that you can deal with them first.




                            Cambridge Dictionary



                            It is an expression that is very common to use when dealing with time. So, in order to use your time effectively as much as possible, you should prioritize your work.



                            • Prioritizing has never been a last minute thing to do; thus it has implicitly the indication and meaning of planning your time beforehand productively.






                            share|improve this answer












                            share|improve this answer



                            share|improve this answer










                            answered 1 hour ago









                            Tasneem ZHTasneem ZH

                            920220




                            920220





















                                0














                                Here are three related Extreme Programming practices. They avoid doing unnecessary work now, so that you can have a useful thing both now and later:



                                • "You ain't gonna need it", or

                                  "You aren't gonna need it."

                                • If you do need it,
                                  Do the simplest thing that could possibly work.

                                • The three rules of optimization:

                                  1. Don't.

                                  2. Not yet.

                                  3. Use a profiler.


                                "Yagni" is an acronym for the first concept, which means:




                                "Always implement things when you actually need them,

                                never when you just foresee that you need them."



                                Even if you're totally, totally, totally sure that you'll need a feature later on, don't implement it now. Usually, it'll turn out either

                                a) you don't need it after all, or

                                b) what you actually need is quite different from what you foresaw needing earlier.



                                This doesn't mean you should avoid building flexibility into your code. It means you shouldn't over-engineer something based on what you think you might need later on.
                                This also follows the KISS principle:



                                Keep it simple, stupid!




                                The page goes on to put this practice in the context of Extreme Programming's other practices. It quotes Kent Beck as writing,




                                "You aren't gonna need it" is not the same as forgetting experience, acting stupid, or abandoning morals. It is a challenge to developers to abandon their fears of a far-flung future that may never happen and do an absolutely stellar job of solving today's problems today.







                                share|improve this answer





























                                  0














                                  Here are three related Extreme Programming practices. They avoid doing unnecessary work now, so that you can have a useful thing both now and later:



                                  • "You ain't gonna need it", or

                                    "You aren't gonna need it."

                                  • If you do need it,
                                    Do the simplest thing that could possibly work.

                                  • The three rules of optimization:

                                    1. Don't.

                                    2. Not yet.

                                    3. Use a profiler.


                                  "Yagni" is an acronym for the first concept, which means:




                                  "Always implement things when you actually need them,

                                  never when you just foresee that you need them."



                                  Even if you're totally, totally, totally sure that you'll need a feature later on, don't implement it now. Usually, it'll turn out either

                                  a) you don't need it after all, or

                                  b) what you actually need is quite different from what you foresaw needing earlier.



                                  This doesn't mean you should avoid building flexibility into your code. It means you shouldn't over-engineer something based on what you think you might need later on.
                                  This also follows the KISS principle:



                                  Keep it simple, stupid!




                                  The page goes on to put this practice in the context of Extreme Programming's other practices. It quotes Kent Beck as writing,




                                  "You aren't gonna need it" is not the same as forgetting experience, acting stupid, or abandoning morals. It is a challenge to developers to abandon their fears of a far-flung future that may never happen and do an absolutely stellar job of solving today's problems today.







                                  share|improve this answer



























                                    0












                                    0








                                    0







                                    Here are three related Extreme Programming practices. They avoid doing unnecessary work now, so that you can have a useful thing both now and later:



                                    • "You ain't gonna need it", or

                                      "You aren't gonna need it."

                                    • If you do need it,
                                      Do the simplest thing that could possibly work.

                                    • The three rules of optimization:

                                      1. Don't.

                                      2. Not yet.

                                      3. Use a profiler.


                                    "Yagni" is an acronym for the first concept, which means:




                                    "Always implement things when you actually need them,

                                    never when you just foresee that you need them."



                                    Even if you're totally, totally, totally sure that you'll need a feature later on, don't implement it now. Usually, it'll turn out either

                                    a) you don't need it after all, or

                                    b) what you actually need is quite different from what you foresaw needing earlier.



                                    This doesn't mean you should avoid building flexibility into your code. It means you shouldn't over-engineer something based on what you think you might need later on.
                                    This also follows the KISS principle:



                                    Keep it simple, stupid!




                                    The page goes on to put this practice in the context of Extreme Programming's other practices. It quotes Kent Beck as writing,




                                    "You aren't gonna need it" is not the same as forgetting experience, acting stupid, or abandoning morals. It is a challenge to developers to abandon their fears of a far-flung future that may never happen and do an absolutely stellar job of solving today's problems today.







                                    share|improve this answer















                                    Here are three related Extreme Programming practices. They avoid doing unnecessary work now, so that you can have a useful thing both now and later:



                                    • "You ain't gonna need it", or

                                      "You aren't gonna need it."

                                    • If you do need it,
                                      Do the simplest thing that could possibly work.

                                    • The three rules of optimization:

                                      1. Don't.

                                      2. Not yet.

                                      3. Use a profiler.


                                    "Yagni" is an acronym for the first concept, which means:




                                    "Always implement things when you actually need them,

                                    never when you just foresee that you need them."



                                    Even if you're totally, totally, totally sure that you'll need a feature later on, don't implement it now. Usually, it'll turn out either

                                    a) you don't need it after all, or

                                    b) what you actually need is quite different from what you foresaw needing earlier.



                                    This doesn't mean you should avoid building flexibility into your code. It means you shouldn't over-engineer something based on what you think you might need later on.
                                    This also follows the KISS principle:



                                    Keep it simple, stupid!




                                    The page goes on to put this practice in the context of Extreme Programming's other practices. It quotes Kent Beck as writing,




                                    "You aren't gonna need it" is not the same as forgetting experience, acting stupid, or abandoning morals. It is a challenge to developers to abandon their fears of a far-flung future that may never happen and do an absolutely stellar job of solving today's problems today.








                                    share|improve this answer














                                    share|improve this answer



                                    share|improve this answer








                                    edited 33 mins ago

























                                    answered 50 mins ago









                                    JasperJasper

                                    19.3k43771




                                    19.3k43771



























                                        draft saved

                                        draft discarded
















































                                        Thanks for contributing an answer to English Language Learners 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%2fell.stackexchange.com%2fquestions%2f203602%2fis-there-an-expression-that-means-doing-something-right-before-you-will-need-it%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?