Page MenuHomePhabricator

Replace some hsprintf() with phutil_tag()
ClosedPublic

Authored by vrana on Nov 8 2013, 5:56 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jun 19, 11:09 AM
Unknown Object (File)
Tue, Jun 17, 5:02 PM
Unknown Object (File)
Mon, Jun 16, 7:03 AM
Unknown Object (File)
May 20 2025, 1:15 AM
Unknown Object (File)
May 11 2025, 7:05 AM
Unknown Object (File)
May 2 2025, 8:56 AM
Unknown Object (File)
Apr 27 2025, 1:18 PM
Unknown Object (File)
Apr 16 2025, 10:14 PM

Details

Reviewers
epriestley
Commits
Restricted Diffusion Commit
rPaca621e21f9c: Replace some hsprintf() with phutil_tag()
Summary

I just want to make sure that this is the style we want.
It seems less readable to me in some cases.

Test Plan

Looked at DarkConsole with errors.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

src/aphront/console/plugin/DarkConsoleXHProfPlugin.php
47–60

This is untranslatable with current pht().

I think this code (which isn't using standard UI classes) is some of the least-readable with phutil_tag(), which is partly why it's hsprintf() in the first place. The next time DarkConsole gets some design work done we'll probably simplify some of this (e.g., remove inline style attributes), which should make it a bit more readable.