Skip to content

Use info! instead of println! in tutorial #108

@alice-i-cecile

Description

@alice-i-cecile

When debugging actual Bevy games, you almost always want to use info! instead of println in order to reduce blocking behavior.

This is not at all obvious to Rust beginners, and showing them how to use println misleads them into thinking it's a good pattern to replicate.

This was a simple find-and-replace change for me, and resulted in much faster looping.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions