2017.04.28 / industry
Erik Dietrich
KNOWORTH
只有想不到、没有做不到
2025-09-13 / Industry news
TIOBE Index for July 2015 July Headline: Revival of C++ Programming language C++ is the biggest climber of the first half of 2015. Compared to last year C++ gained more than 3.1%, leaving Java (+2.0%), C# (+1.6%) and Python (+1.6%) behind. The reason for this renewed popularity is most probably the introduction of the new C++11 standard, which is fully embraced by its community. The new C++11 standard improves the C++ programming language in many ways. Now that the most important C++ compilers such as Gcc, Visual Studio and EDG are supporting the standard to the max, C++ is booming. The TIOBE […]
by TIOBE Software
2025-09-13 / Technology research
Having a basic understanding of web based applications is a good foundation for designing a working Web API. But, if you want to create a good API you need a lot more than that. Designing a good API is hard work and its easy to feel overwhelmed when its your job to make one. But, good design is definitely achievable and this article describes a process that will help you succeed. We will investigate what good design is and how an iterative process can help us achieve it. We will also outline three important phases of design: sketching, prototyping and implementation as well as the tools that wi[…]
by Ronnie Mitra
2025-09-13 / Technology research
Computer scientists emphasize the value of conciseness of expression in problem solving. Unix pioneer Ken Thompson once famously stated, One of my most productive days was throwing away 1000 lines of code. This is a worthy goal on any software project requiring ongoing support and maintenance, yet can be lost by a focus on software development metrics like lines-of-code. Early Lisp contributor Paul Graham went as far as to equate succinctness in a programming language with its power. This notion of power has made the ability to write compact, simple code a primary criterion for language selecti[…]
by Casimir Saternos