Structuring Resource Files
In .NET we’ve got Resource files which are great for allowing providing translations across your application.
Understanding of concatenation, union and iteration at regular language
I’m trying to understand what a regular language is. There are 3 compound regular expressions for regular language: concat {AB}
, union {A+B}
and iteration {A*}
. When they are used in a simple ways it’s clear for me how operate with them. But I’m frustrated with questions like this:
Code maintenance: Is it better to develop in English or my mother tongue? [duplicate]
This question already has answers here: Do you write Documentation in a language other than English? (6 answers) Closed 9 years ago. Suppose I develop an application for a given company of my own country. Is is better to code in English or with the language of my country ? I mean, if it is […]
What is the minimum practical definition for the Scheme language?
What is the smallest practical set of primitives that can be used to define the Scheme language?