C is an old language lacking many, many, many modern features. One of the features it does not lack is encapsulation and isolation.

  •  bl_r   ( @bl_r@beehaw.org ) 
    link
    fedilink
    English
    911 months ago

    I have a love hate relationship with C. I love the simplicity of the language. Although it is simpler, it is certainly possible to emulate many features found in other languages like the encapsulation, though rarely perfectly, and not every feature.

    I also like C because I am dealing with code at a lower level leads me to having a much better understanding of what is happening under the hood. However, this lower level access allows you to accidentally write bad code that could introduce a vulnerability