Lubinik Learning

Training mode

Lubinik Architecture Decisions

Time remaining:

0 / 20 answered

  1. 1. A new site needs a domain-specific Project CPT. Where should it be implemented?

    A new site needs a domain-specific Project CPT. Where should it be implemented?
    Hint

    Trace ownership and runtime flow before choosing the smallest responsible change.

  2. 2. Several unrelated addons need the same domain-agnostic registry. Where does it belong?

    Several unrelated addons need the same domain-agnostic registry. Where does it belong?
    Hint

    Trace ownership and runtime flow before choosing the smallest responsible change.

  3. 3. Where should site-specific colors, typography, and visual composition live?

    Where should site-specific colors, typography, and visual composition live?
    Hint

    Trace ownership and runtime flow before choosing the smallest responsible change.

  4. 4. One site needs a special header arrangement. What is the safest default?

    One site needs a special header arrangement. What is the safest default?
    Hint

    Trace ownership and runtime flow before choosing the smallest responsible change.

  5. 5. A reusable SEO plugin needs different titles per site. What split preserves reuse?

    A reusable SEO plugin needs different titles per site. What split preserves reuse?
    Hint

    Trace ownership and runtime flow before choosing the smallest responsible change.

  6. 6. A shortcode queries addon CPTs and formats their domain fields. Where should its content logic live?

    A shortcode queries addon CPTs and formats their domain fields. Where should its content logic live?
    Hint

    Trace ownership and runtime flow before choosing the smallest responsible change.

  7. 7. How should a reusable addon shortcode normally be styled?

    How should a reusable addon shortcode normally be styled?
    Hint

    Trace ownership and runtime flow before choosing the smallest responsible change.

  8. 8. How do root WordPress templates and child meta-driven template packages relate?

    How do root WordPress templates and child meta-driven template packages relate?
    Hint

    Trace ownership and runtime flow before choosing the smallest responsible change.

  9. 9. Should exam questions and explanations be hard-coded in the Learning child theme?

    Should exam questions and explanations be hard-coded in the Learning child theme?
    Hint

    Trace ownership and runtime flow before choosing the smallest responsible change.

  10. 10. Where must exam scoring authority remain?

    Where must exam scoring authority remain?
    Hint

    Trace ownership and runtime flow before choosing the smallest responsible change.

  11. 11. What does successful scaffolder generation prove?

    What does successful scaffolder generation prove?
    Hint

    Trace ownership and runtime flow before choosing the smallest responsible change.

  12. 12. A generated addon needs custom behavior. Why avoid creating a parallel loader by default?

    A generated addon needs custom behavior. Why avoid creating a parallel loader by default?
    Hint

    Trace ownership and runtime flow before choosing the smallest responsible change.

  13. 13. A slider partial alone needs JavaScript. Where should its asset loading remain?

    A slider partial alone needs JavaScript. Where should its asset loading remain?
    Hint

    Trace ownership and runtime flow before choosing the smallest responsible change.

  14. 14. When is an addon-wide asset hook appropriate?

    When is an addon-wide asset hook appropriate?
    Hint

    Trace ownership and runtime flow before choosing the smallest responsible change.

  15. 15. When is the Shortcode Manager a good fit?

    When is the Shortcode Manager a good fit?
    Hint

    Trace ownership and runtime flow before choosing the smallest responsible change.

  16. 16. When is a direct template-driven page preferable?

    When is a direct template-driven page preferable?
    Hint

    Trace ownership and runtime flow before choosing the smallest responsible change.

  17. 17. An unused PHP file declares a capability, but no active loader requires it. How should it be reported?

    An unused PHP file declares a capability, but no active loader requires it. How should it be reported?
    Hint

    Trace ownership and runtime flow before choosing the smallest responsible change.

  18. 18. A child theme can solve a visual issue with a small CSS override. What should it avoid?

    A child theme can solve a visual issue with a small CSS override. What should it avoid?
    Hint

    Trace ownership and runtime flow before choosing the smallest responsible change.

  19. 19. What should be the source language for Lubinik code-facing labels and new exam content?

    What should be the source language for Lubinik code-facing labels and new exam content?
    Hint

    Trace ownership and runtime flow before choosing the smallest responsible change.

  20. 20. Which evidence best supports that a new addon feature is complete?

    Which evidence best supports that a new addon feature is complete?
    Hint

    Trace ownership and runtime flow before choosing the smallest responsible change.