Movatterモバイル変換


[0]ホーム

URL:


Sorry, we no longer support your browser
Please upgrade toMicrosoft Edge,Google Chrome, orFirefox. Learn more about ourbrowser support.
Skip to main content

Stack Exchange Network

Stack Exchange network consists of 183 Q&A communities includingStack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.

Visit Stack Exchange
Loading…
Software Engineering

Questions tagged [libraries]

Ask Question

A library is a collection of resources providing data and/or services for developing independent software.

395 questions
Filter by
Sorted by
Tagged with
1vote
3answers
244views

I have a C# library that contains all the logic to send requests to a remote endpoint, including marshalling/unmarshalling and encrypting/decrypting requests and responses. It contains an HttpClient ...
hyt's user avatar
  • 121
2votes
2answers
176views

At our company, we're planning to develop a set of libraries within a mono-repository, with the goal of maintaining a unified version across all of them. This ensures that when teams include our BOM (...
3votes
1answer
440views

The distinction between "library" and "framework" is said to be that you call a library but a framework calls you. "Hollywood principle" and "inversion of control&...
-4votes
1answer
103views

Related: Best practice for interoperable TypeScript→JavaScript? - Frameworks, browser extensionsAngular, React, Vue, Svelte &etc. exist and are popular. Some use rxjs to flow from HTTP response, ...
4votes
5answers
2kviews

Imagine I have many (micro)services each in a separate git repository. Some business logic code is redundant in all of them.If I need to change the logic I would have to change every project, which ...
Florian K.'s user avatar
15votes
4answers
5kviews

Generally, modules should not have side effects. However, in a lot of cases, the side-effects are hard to avoid or may be desirable. There are also popular packages with on-import side-effects.Which ...
Kaia's user avatar
  • 422
10votes
5answers
4kviews

I'm writing a .NET library which exposes certain public APIs. Currently, I have not enforced thread safety in my library for following reasons apparent to me:locks (Monitor.Enter and Monitor.Exit) ...
1vote
1answer
328views

BackgroundI came across this question about whether few big libraries, or many small libraries is better.I tend to agree with the accepted answer, that many small libraries is better.However, since ...
2votes
1answer
134views

I will get to the question in a minute....We have 2 in house services that either have an API contract between the 2 that involves an enum or the enum value is stored in a shared database.I don't ...
2votes
4answers
509views

So I am currently coding a C program for Windows and come across a little bit of a problem. I've been compiling using the mingw-w64 toolchain. In my program, I am attempting to remove as many ...
baron's user avatar
2votes
2answers
625views

Is trunk-based development (TBD) viable for development of software where versioning, compatibility, long term support and service level agreements (SLA) play a big role for business (e.g. libraries, ...
user avatar
3votes
1answer
149views

We discuss about POSIX compliant shell script here.While we are writing more and more shell scripts, we build some helper functions to reuse the codes.We are considering putting a few helper ...
0votes
2answers
360views

I'm using argparse.ArgumentParser extensively; however, it comes with a lot of boilerplate to set up, and this is especially noticeable when you've got more than a few common arguments that probably ...
0votes
2answers
107views

I am currently implementing a library in Rust that implements a proprietary serial protocol.The protocol specifies several enum values, that mostly are returned by the hardware as u8s (bytes), but ...
0votes
1answer
302views

During development of libraries (mainly for use in internal projects) I have come across the "problem" of how to design them in a generic way. I am going to demonstrate with an example ...
Patrick Wright's user avatar

153050per page
1
2345
27

Hot Network Questions

more hot questions
Newest libraries questions feed

[8]ページ先頭

©2009-2025 Movatter.jp