idioms

About this tag
The tag 'idioms' on WindowsForum.com covers discussions about common expressions and linguistic patterns in programming and everyday language. In Java development, the Yoda condition idiom (e.g., "MY CONSTANT STRING".equals(aStringVariable)) is a technique to avoid null pointer exceptions, though opinions vary on its clarity. Beyond coding, the tag includes threads exploring cultural sayings, such as Finnish phrases about putting shoes on, and the challenge of defining idioms for non-native speakers in contexts like Dilbert comic strips. These conversations reflect how idioms appear both in technical best practices and cross-cultural communication.
  1. M

    Java equals() selection

    In Java, if I try to do.equals() on a null string, a null pointer error is issued. I’m wondering whether I can perform the following if I’m attempting to compare if a string is equal to a constant string: MY CONSTANT STRING.equals(aStringVariable) I’m sure it’ll work, but is this simply...
  2. S

    Windows 8 Can I pull content for an article from a separate database?

    My Question: How hard would it be to pull a varying set of daily data and construct a weekly “article” based on a requested date, and is there any tutorial / resource that would explain possible approaches? Background: Each week on my site, I provide definitions for expressions, idioms, and...
  3. Pauli

    SATIRE Strange sayings

    All languages and cultures have some strange sayings. In Finland we say, You put your shoes in your foot [singular] - not your shoes on, that is. We also say, Pull your trousers in your foot [singular]. This might be a funny topic? What the heck are Aussies saying? Eh?
  4. whoosh

    VIDEO Forked Tongue

    :p
Back
Top