反转条件 meaning in English
turnaround condition
Examples
- If you find yourself writing the middle of an if , and the condition has to be inverted before it s checked , you should almost definitely use unless instead
如果在编写一个if ( )语句的过程中发现必须在检查其状态之前反转条件,那么您差不多肯定要使用unless ( )来进行替代。