Skip to main content

Questions tagged [modules]

A logical subdivision of a larger, more complex system.

8 votes
3 answers
288 views

This is a modernization of a very old utility I’ve had in my personal code toolbox for a while. There are two variable template constants: indi::type_name<T>:...
indi's user avatar
  • 16.6k
5 votes
1 answer
451 views

This is a development of Nought and Crosses (tic-tac-toe) in C++ a learning project in C++. This time using C++20 modules. As before, any suggestions on improvements in style, clarity (or anything ...
scripta's user avatar
  • 519
1 vote
1 answer
216 views

I am still just starting out with python and just finished learning about classes, with no further understanding on many python modules. With this in mind, this is one of the biggest/hardest things I ...
Beginner's user avatar
  • 199
4 votes
2 answers
287 views

Made this generator to practice using imports from other modules and better readability for coding. What could I have done better and what did I do wrong? File called test_generator.py ...
Beginner's user avatar
  • 199
3 votes
1 answer
167 views

The following code was written to create custom directory listings for the Abyss Web Server. It attempts to provide an improved example of the included documentation for doing so in Python. However, ...
Noctis Skytower's user avatar
1 vote
2 answers
135 views

Code is posted after explanation. Due to the size of the project, this is being posted in three separate posts. This also ensures each post is more focused. Post 2 of 3, CLI: UPDATE 1 on Newspaper ...
eccentricOrange's user avatar
6 votes
3 answers
178 views

I've been working on a tic-tac-toe backend for an interactive commercial-use display and was wondering if I could get some feedback on it. ...
Seth's user avatar
  • 161
1 vote
1 answer
165 views

This is a follow-up of my group of scraper questions starting from here. I have thus far, with the help of @Reinderien, written 4 separate "modules" that expose a ...
Sati's user avatar
  • 427
6 votes
1 answer
114 views

I do research and compare different numeric models to each other. Therefore, I want to easily switch out the numeric models in my simulations and evaluation code. Some models work in cartesian ...
Andreas Schuldei's user avatar
3 votes
0 answers
118 views

i have recently built this simple weather-app. I would be happy to get some criticisms to improve my code. Structure: app.js: ...
refat alsakka's user avatar
3 votes
1 answer
132 views

The following script upgrades an existing, all core (no add ons) MediaWiki install. I run it with set -x for debugging (I avoid ...
timesharer's user avatar
5 votes
1 answer
209 views

I have put together a blogging application with Express, EJS and MongoDB. There is a public, front-end part and a dashboard. In index.js I have: ...
Razvan Zamfir's user avatar
2 votes
0 answers
244 views

We follow atomic design principle. More here I have a react app where we put small components like button, label etc and call it atoms. In that I have made loading and Error component responsible for ...
iRohitBhatia's user avatar
4 votes
1 answer
394 views

I have created a modular design pattern which provide a single interface that can be used create instances with swapable back-end components, however I'm not entirely satisfied with it. My practical ...
Reginald Marr's user avatar
2 votes
1 answer
108 views

I have built a To Do App in Javascript, using Webpack and some modules. The app lets you store projects (School, Sport, Grocery, etc.)... And inside these projects, you can store todo items... You can ...
Žiga Grošelj's user avatar

15 30 50 per page
1
2 3 4 5
8