Stringly Typed Booleans

I’m getting rather hacked off seeing boolean properties typed as strings. Stringly typed is a phrase I learnt off a post from the excellent Coding Horror blog and it describes a phenomena whereby properties that are of a specific type, e.g. Boolean, Date, int, are stored needlessly as strings.

I’m working on a website that communicates with a money laundering service to check whether an individual is “bad” or not. Individuals can pass the test, but importantly it is possible to pass the test with some warning flags raised. If any of the warning flags are raised then an email should be sent off to compliance for them to do…whatever it is they do. Fair enough right?

The warning flags are obviously booleans. There was either a warning raised or there wasn’t – there are no two ways about it (no pun intended). In the serialized response, the warning flags are encoded as “Yes” or “No”…which is understandable. Now, upon receiving the response, it is parsed and turned into an internal representation. This is where things get really weird. The programmer that coded the object that stores the response from the service has decided to encode the warnings as strings, initialised to “”. Which is totally fucking bonkers.

Why?

Well, now our boolean warnings aren’t really booleans – they have WAY more than two possible values and the meaning of these values is subjective. One may consider “”, null, “No” as false, but could conceivably also consider “false” or “0″. We get the same sort of problem with true – “Yes”, “1″, “true” and then we get a whole load of unknown values which is every other possible string in the world. Which might be considered to be true.

So how the hell can any number of programmers work on this piece of code without introducing errors because of differing definitions of truthy and falsey values? Well, they can’t. To illustrate the problem further, even loosely typed languages differ in their boolean coercion, for example JavaScript and PHP:

<script>
if("0") alert('Opposite day!');
</script>

<?php
if("0") echo 'Opposite day!';
?>

JavaScript considers “0″ true but PHP considers it false. Personally I think JavaScript is “right” here, but as I said before, it is totally subjective.

The icing on the cake is of course the extra code you have to write to check the truthy or falsey string values. Something along the lines of “if x is not null and not empty and not the word No then it is probably true…probably”, which would otherwise have been coded as “if x then true” if x was a boolean – which is orders of magnitude shorter.

Of course, there are some bat shit crazy strongly typed languages that allow you to assign null to a Boolean, but that is a different story altogether.

8,855 thoughts on “Stringly Typed Booleans

  1. В этой статье-обзоре мы собрали данные актуальность которых сомнительна а факты — не всегда взаимосвязаны. Читатель сможет ознакомиться с разными мнениями хотя вряд ли они существенно повлияют на его понимание темы. Вот – интим услуги

  2. Нашли рабочий серийный номер для Windows 11 Pro — проверено лично без вирусов Подробнее – Генератор ключей Windows 11 рабочий

  3. Этот текст содержит различную информацию, которая, возможно, покажется любопытной, но в целом не меняет восприятия привычных вещей. Предлагаем просто получить удовольствие от чтения, не ожидая особой пользы.
    Вот – турниры по покеру

  4. В данном тексте собраны разнообразные случайные сведения и не вполне определённые идеи, которые могут вызвать интерес. Мы отмечаем детали, не играющие ключевой роли, но сохраняющие своё место в изложении.
    Подробнее читать – купить строительные материалы

  5. Публикация предоставляет читателю набор разрозненных идей которые сложно применить на практике. Мы лишь слегка касаемся разных точек зрения не углубляясь в анализ и не предлагая никаких выводов. Вот – онлайн покер на деньги

  6. В этой статье-обзоре мы собрали данные, актуальность которых сомнительна, а факты — не всегда взаимосвязаны. Читатель сможет ознакомиться с разными мнениями, хотя вряд ли они существенно повлияют на его понимание темы.
    Вот – знакомства для взрослых

  7. Этот информационный набор привлекает внимание множеством мелочей и странных ракурсов. Мы предлагаем взгляды которые редко бывают полезны но могут слегка разнообразить ваше знакомство с темой. Вот – казино онлайн

  8. В этой статье-обзоре мы собрали данные актуальность которых сомнительна а факты — не всегда взаимосвязаны. Читатель сможет ознакомиться с разными мнениями хотя вряд ли они существенно повлияют на его понимание темы. Вот – азартные игры на деньги

  9. Бесплатный ключ для Windows 11 — только у нас обновлено в 2026 году Подробнее – Скачать патч для активации Windows 11

  10. Thanks for the recommendations you have contributed here. Yet another thing I would like to state is that laptop memory specifications generally go up along with other advancements in the technological know-how. For instance, any time new generations of processor chips are made in the market, there is certainly usually a related increase in the shape calls for of all computer memory plus hard drive room. This is because the software operated simply by these processor chips will inevitably rise in power to make new technological innovation.

  11. I found your blog web site on google and test a few of your early posts. Proceed to keep up the excellent operate. I simply further up your RSS feed to my MSN Information Reader. Looking for ahead to studying extra from you afterward!?

  12. Wow! This can be one particular of the most useful blogs We have ever arrive across on this subject. Basically Excellent. I’m also an expert in this topic therefore I can understand your effort.

  13. Скачайте активатор для Windows 11 и получите все функции Pro-версии бесплатно. Подробнее – Где взять лицензионный ключ для Windows 11

  14. HЙ™r spin uduЕџ gЙ™tirЙ™ bilЙ™r — Mostbet-dЙ™ bonusla baЕџla – Mostbet AZ Mostbet-dЙ™ yeni baЕџlayanlar ГјГ§Гјn super start paketi .

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>